04.04.2015, 07:33
Quote:
You need to create a database and than grant a user access to that database. If you want to check what databases you have and users if you have workbench or phpmyadmin installed you can simply login root and see databases and who has privileges over it.
You can also login your SSH and login your root user with mysql -u root -p and than do show databases; |