computermax2328 Posted June 19, 2012 Share Posted June 19, 2012 Hello All, Is there anyway to create a table in a form action using MYSQL without using the CREATE command. My host doesnt allow the CREATE command to be used....... I know, that is crap! Link to comment https://forums.phpfreaks.com/topic/264446-create-table-without-create-command/ Share on other sites More sharing options...
kicken Posted June 19, 2012 Share Posted June 19, 2012 Not as far as I am aware. Sounds like a good time to get a new host. Link to comment https://forums.phpfreaks.com/topic/264446-create-table-without-create-command/#findComment-1355241 Share on other sites More sharing options...
Jessica Posted June 19, 2012 Share Posted June 19, 2012 If you can't create tables, whats the point of having a MySQL db? Link to comment https://forums.phpfreaks.com/topic/264446-create-table-without-create-command/#findComment-1355245 Share on other sites More sharing options...
PFMaBiSmAd Posted June 19, 2012 Share Posted June 19, 2012 Something tells me that when you added the database user to your database, you didn't select CREATE TABLE privileges. What exact error, symptom, or information do you have that leads you to believe that your web host doesn't allow CREATE TABLE queries to be used in a php script? And if your web host is the Bluehost you have previously mentioned, they have a FAQ that specifically states - Using the Database After doing all these steps, create the database's tables either via phpMyAdmin, MySQL software or use an online PHP or Perl script. Link to comment https://forums.phpfreaks.com/topic/264446-create-table-without-create-command/#findComment-1355249 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.