Hi,
I tried to add the following user as root:
mysql> GRANT ALL ON testDB.* TO forum@'%' IDENTIFIED BY "password";
However, how come I cannot connect to testDB using my new user with a password? But without typing password, the connection is successful?
C:\mysql\bin>mysql -u forum -ppassword...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.