Connect to MySQL
You can connect to the database from the same computer where it is installed with the mysql client tool.
$ mysql -u root -p
You will be prompted to enter the root user password. This is the same as the application password.
You can connect to the database from the same computer where it is installed with the mysql client tool.
$ mysql -u root -p
You will be prompted to enter the root user password. This is the same as the application password.