Issue
I have an Ubuntu-Server with LAMP. Now if I try to execute something in the command-line I just get no answer, and the command don't work.
#mysql -u root -p
Enter password:
mysql> GRANT ALL PRIVILEGES ON *.* TO root@10.4.0.109 INDENTIFIED BY "MYPASSWORD"
->
This -> is everything I got. No Query OK or some errors. Why is wont work? Am I doing something wrong?
Solution
Add a ";" to close your query otherwise Mysql doesn't close it.
Answered By - Chris
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.