FuRiOuS1
07-04-2003, 04:41 PM
how do i create a username and password for a database? i tried using....
GRANT ALL ON database.* TO user_name IDENTIFIED BY 'password'
that gave me a "access denied" error. is that command just to set a users accesss level? is there i different command to make a username/password? help would be appreciated.
GRANT ALL ON database.* TO user_name IDENTIFIED BY 'password'
that gave me a "access denied" error. is that command just to set a users accesss level? is there i different command to make a username/password? help would be appreciated.