Below is the error i get when trying to add a new user called
mike@localhost with password - i want to give full privileges to a database.
please can someone help me?
Server localhost
Error
SQL-query :
GRANT ALL PRIVILEGES ON . TO "mike"@ "localhost"IDENTIFIED BY "********"WITH GRANT OPTION MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ;
MySQL said:
#1045 - Access denied for user: '@' (Using password: NO)