# mysql -u root -p *****
where,
-u option is for username and -p option is for the password.
Now, you can open MySQL prompt:
# mysql>
To list all databases available:
# SHOW DATABASES;
# mysql -u root -p *****
# mysql>
# SHOW DATABASES;
Here is the common error which you would receive when we try to start SQL Services from various...
Restoring the latest backups of Production databases on a various test servers is one of the...
What is MySQL Error 1064?This is exactly syntax error and appears because of few specific...
An error message describes a problem that stops a user or system from completing a task.1273 -...
How to upload the database?Step 1: Login to control panel of Plesk and select File Manager.Step...