PDA

View Full Version : MySQL database creation



dj lunasol
November 1st, 2004, 17:18
Using Zpanel and MySQL... what is the correct syntax for making a new database??? Is it a certain usage of characters, a prefix/suffix,... need help!!!

Thanks!!!

HugoLeite
November 2nd, 2004, 21:47
Hmm, don't know what zpanel is, but if it is for creating a database thru an SQL statement, then the syntax has to do with the database engine, in your case MySQL.

It's problably something like "CREATE DATABASE name_here;"

but check the mysql site, more info there www.mysql.com

LouisR
November 4th, 2004, 01:02
HugoLeite, it's not something like that, it is exactly that. MySQL rocks... you can just use the english language and MySQL knowns what you want.