better use 'root' user or create a user with enough privilage to create
database
Jesus Nava wrote:
> Hi everybody!!!
> I want to create a new database using a form to take the name of the database. For
>some reason I get "Couldn't create database". Can some body tell me what I am doing
>wrong.
On Thu, 11 Jan 2001, Jesus Nava wrote:
> Hi everybody!!!
> I want to create a new database using a form to take the name of the database. For
>some reason I get "Couldn't create database". Can some body tell me what I am doing
>wrong...
>
> if (!$dname)
> {
> header("Location: http://loc
Hi everybody!!!
I want to create a new database using a form to take the name of the database. For
some reason I get "Couldn't create database". Can some body tell me what I am doing
wrong...
http://localhost/db_createdb.html");
exit;
}
$db_name = $dname;
$connect = @mysql_connect("localh
3 matches
Mail list logo