Install PHP, MySQL, phpMyAdmin in Ubuntu 18.04 LTS
Install Mysql Server and MySQL Client
What is the difference between MySQL Server and MySQL Client?
MySql Client:
The mysql-client
package allows you to connect to a MySQL server. It will give you the mysql
command-line program.
MySql Server:
The mysql-server
package allows to run a MySQL server which can host multiple databases and process queries on those databases.
- Update Ubuntu