Answer the question
In order to leave comments, you need to log in
ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database. How to cope?
Googled in my opinion deeply and dofiga - did not help.
Error after
mysql> CREATE DATABASE ttdb;
or under linux c gui advise something to create.
just in case:
mysql> show grants for 'root'@'localhost';
+------------------------------------------------- ------------------------+
| Grants for [email protected] |
+------------------------------------------------- ------------------------+
| GRANT USAGE ON *.* TO 'root'@'localhost' IDENTIFIED BY PASSWORD |
| GRANT ALL PRIVILEGES ON `testdb`.* TO 'root'@'localhost' |
+------------------------------------------------- ------------------------+
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question