How To Install MySQL on Ubuntu 14.04
How To Install MySQL on Ubuntu 14.04
If you're using Ubuntu 14.04, you can install MySQL using the package manager. Here's how:
- Open a terminal window
- Type the following command and press enter:
sudo apt-get install mysql-server - You will be prompted to enter a root password for MySQL. Enter the password you want to use and press enter.
- Wait for the installation to complete.
- You can verify that MySQL is installed by typing the following command and pressing enter:
mysql --version
That's it! You now have MySQL installed on your Ubuntu 14.04 system.
Keywords:
How To, Install, MySQL, Ubuntu 14.04, Package Manager, Terminal Window, Root Password, Verification
Комментарии
Отправить комментарий