Gossamer Forum
Home : General : Databases and SQL :

php & mysql

Quote Reply
php & mysql
When I use php code CREATE DATABASE, return true, i.e. I was successful.
But After that, I type SHOW DATABASES; in the mysql command line, this created table does not realy exist

I have mysql and php installed in Mandrake Linux.
I may create database in the command line using root as user.
Quote Reply
Re: [jinwu] php & mysql In reply to
You aren't specifying a database name Wink

Last edited by:

Paul: Jun 12, 2003, 8:26 AM
Quote Reply
Re: [jinwu] php & mysql In reply to
In Reply To:
When I use php code mysql_create_db ('dbCompany');, return true, i.e. I was successful.
But After that, I type SHOW DATABASES; in the mysql command line, this created table does not realy exist

I have mysql and php installed in Mandrake Linux.
I may create database in the command line using root as user.