Coding, Linux, Hacking Security, Learning!
How to add new user in MySql
login as root:
>mysql -u root -p
>*******
mysql>GRANT ALL PRIVILEGES ON *.* TO 'cooluser'@'localhost'
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
| Print article | This entry was posted by admin on October 7, 2008 at 7:23 pm, and is filed under mysql. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |