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;
sharing some tech problems and soln
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;
Posted by Sajjad at 2:57 pm
No comments:
Post a Comment