Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql create database if not exists

write create database "the database name you want" then semi colon. Then the new database can be created.
Example: create database sushine;
you write the name of databse you want instead of sunshine
to use database write as i said bellow
use database sunshine;
 
PREVIOUS NEXT
Tagged: #mysql #create #database #exists
ADD COMMENT
Topic
Name
7+6 =