Quote:
Originally Posted by Jezebell
Code:
grant all privileges on *.* to username@% identified by "password" with grant option;
Would give someone who uses the specified username/password to connect to any database from any IP address.
|
that is not correct.
Code:
grant all privileges on *.* to username@% identified by 'password' with grant option