Summary of steps
- open terminal
- type sudo apt-get install mysql-server
- Confirm installation by pressing Y
- Wait for installation to complete
- Enter root proposed password when promted
- Confirm root password
- Enter command for running mysql server mysql –u root –p
- Type the root password confirmed earlier
- Done, feel free to use the Mysql database commands
. Go to the terminal and type sudo apt-get install mysql-server to start the installation. Eventually, a prompt will ask to continue or not. Enter Y to proceed to the installation.
You will be then asked for a password for the root account. Type it and reenter it.
After that more files are loaded until the installation is completed. Once the installation is completed, enter mysql –u root –p on the terminal. Afterwards,type in the root password entered earlier. You should then see the Mysql server communicating on the terminal.
No comments:
Post a Comment