Ginja_Ninja Posted October 28, 2004 Posted October 28, 2004 Hi, i have gone into msqladmin in order to create a databse that mimicks the one i have running locally. But i cant create a DB because it states : Create new database: No Privileges Help ? Thanks for your time. G_N Quote
TCH-Andy Posted October 28, 2004 Posted October 28, 2004 Hi, You need to create it in the Manage MySQL section of Cpanel. If you still get the error there, please open a support ticket at the help desk. Quote
Ginja_Ninja Posted October 28, 2004 Author Posted October 28, 2004 OH YEA !!! Silly question really. i forgot. That will teach me for getting up at 5 am Thanks alot. G_N Quote
crippen Posted October 29, 2004 Posted October 29, 2004 Can a mySQL database be created programatically? Example >mysql_create_db("user_dbname") or die(mysql_error()); Quote
jandafields Posted November 1, 2004 Posted November 1, 2004 Can a mySQL database be created programatically? Example >mysql_create_db("user_dbname") or die(mysql_error()); Doesn't look like it: >Call to undefined function: mysql_create_db() in test.php on line 8 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.