I wint the code in PHP to create a new MySQL database
I tried this
$create2 = mysql_create_db($UserName) or die(mysql_error());
I get Messeng
Access denied for user: 'bokhalif@localhost' to database 'bokhalifa'
help
Are you using root as user/password ? It is seldom that an normal user has privilegies to create databases I think
Thomas
Originally posted by thoand Are you using root as user/password ? It is seldom that an normal user has privilegies to create databases I think Thomas
I using user/password