How To Install MySQL on Ubuntu 14.04

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:

  1. Open a terminal window
  2. Type the following command and press enter:
    sudo apt-get install mysql-server
  3. You will be prompted to enter a root password for MySQL. Enter the password you want to use and press enter.
  4. Wait for the installation to complete.
  5. 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

Комментарии

Популярные сообщения из этого блога

How To Modify CSS Classes in JavaScript

How To Backup MySQL Databases on an Ubuntu VPS

How To Backup PostgreSQL Databases on an Ubuntu VPS