Jezebell
04-02-2004, 06:29 PM
for instance
grant all privileges on *.* to username@localhost identified by 'password' with grant option;
is there a way to make "localhost" a variable like *.*.*.*?
I want to be able to give myself access to the db from any IP with my username and password.
grant all privileges on *.* to username@localhost identified by 'password' with grant option;
is there a way to make "localhost" a variable like *.*.*.*?
I want to be able to give myself access to the db from any IP with my username and password.