Re: How to create a database in MySQL?
Posted by: Marion Gordon
Date: August 16, 2014 12:27AM

Hay friend

CREATE DATABASE - create the database. To use this statement, you need the CREATE privilege for the database.

use this for creating the database in MySQL

CREATE database dogs;
quit;

Options: ReplyQuote


Subject
Written By
Posted
Re: How to create a database in MySQL?
August 16, 2014 12:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.