Create
Users in MySql
create
user 'manikanta'@'localhost' IDENTIFIED BY 'password';
Granting privileges
GRANT
ALL ON *.* TO 'manikanta'@'localhost' with GRANT OPTION;
WebDeveloper Programing PHP, CodeIgniter, HTML5, CSS3, JQUERY, Bootstrap & Scripting Tutorials
0 comments:
Post a Comment