Mega Code Archive

 
Categories / MySQL Tutorial / Privilege
 

In the default setting of MySQL access privileges, every user is permitted to create databases on a local computer that begin wi

To set up the new database test_rntsoft, in mysql execute the command CREATE DATABASE. mysql> CREATE DATABASE test_rntsoft;