Changes

Jump to: navigation, search

SRA840 Lab7

294 bytes added, 20:37, 11 April 2009
no edit summary
=Mohak=
* View privileges for a user:
SHOW GRANTS FOR 'root'@'localhost';
* Give user rights:
GRANT CREATE, INSERT ON vyas.* TO 'user'@'localhost' IDENTIFIED BY PASSWORD 'password hash';
You can give a plain text password but it's better to use hash if you know your password hash.
*
 
 
 
= Milton =
1
edit

Navigation menu