Return to Snippet

Revision: 60131
at October 22, 2012 21:45 by claudiodev


Initial Code
create database <database_name>
grant all on <database_name>.* to <user_name>@localhost identified by '<user_password>';

Initial URL


Initial Description
Create a new database and its respective user with all privileges

Initial Title
create new database

Initial Tags
mysql, sql

Initial Language
MySQL