Friday, December 15, 2006

mysql user addition

mysql>use mysql;
mysql> insert into user  values("localhost","saj",password("saj123"));
mysql>grant all privilages on *.* to 'saj'@'localhost' identified by 'saj123' with grant option;

No comments:

Post a Comment