claudiodev on 10/22/12
Last Edited at 10/22/12 09:45pm
create database <database_name>grant all on <database_name>.* to <user_name>@localhost identified by '<user_password>';
Report this snippet Tweet
Comment:
You need to login to post a comment.