MySql

Installing MySQL Client

The MySQL Client can be used to connect to MySQL Server databases across a network. It provides a text-based interface to a MySQL Server. Commands # Install MySQL Client from the Debian repository sudo apt-get install mysql-client The package manager may suggest some dependencies for MySQL…

Read more

Installing MySql Server

Installing MySQL Server Start LXTerm and enter the following # Install MySQL Server from the Debian repository sudo apt-get install mysql-server The package manager may suggest some dependencies for MySQL Server. Press “Y” then “enter”  to continue installation. The MySQL installation process will prompt for a…

Read more

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Read More