Re:73100020 : Unable to create login.
2011/04/21 10:11:00
(permalink)
I did the following:
E:\Program Files\MySQL\MySQL Server 5.1\bin>mysql -u root -p
Enter password: *********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 68
Server version: 5.1.46-community MySQL Community Server (GPL)
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> GRANT ALL PRIVILEGES ON *.* TO [link=mailto:root@localhost]root@localhost[/link] IDENTIFIED BY 'mySQLpassword' WITH GRANT OPTION; FLUSH PRIVILEGES
Query OK, 0 rows affected (0.00 sec)
-> \q
Bye
Then I tried to create it in Hosting Controller again and got the same error. IS there something else I need to do, or did I not do the syntax correctly?