nate22 Posted October 6, 2009 Share Posted October 6, 2009 Here's what I got...Error while inserting data into the database:'CREATE TABLE `ps_access` ( `id_profile` int(10) unsigned NOT NULL, `id_tab` int(10) unsigned NOT NULL, `view` int(11) NOT NULL, `add` int(11) NOT NULL, `edit` int(11) NOT NULL, `delete` int(11) NOT NULL, PRIMARY KEY (`id_profile`,`id_tab`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8'CREATE command denied to user \'natesnyder\'@\'72.167.232.215\' for table \'ps_access\'(Error: : 11... totally common problem? Or not? Link to comment Share on other sites More sharing options...
TropischBruin Posted October 6, 2009 Share Posted October 6, 2009 When does this happen? Link to comment Share on other sites More sharing options...
nate22 Posted October 6, 2009 Author Share Posted October 6, 2009 It happened right after I verified the database and clicked "next"... basically, the first step of installation. The only thing I can think of is either I recursively wrote permissions on those files wrong or else GoDaddy just sucks (already a given). Link to comment Share on other sites More sharing options...
nate22 Posted October 6, 2009 Author Share Posted October 6, 2009 If it helps, according to the Installer page, this happened on 3 system configuration. That's where it is stuck currently and displaying that error message. Link to comment Share on other sites More sharing options...
TropischBruin Posted October 6, 2009 Share Posted October 6, 2009 It says "CREATE command denied to user"Make sure you have the correct username and password or rights to you MySQL.Please change your topictitle to: Problems with install on GoDaddy.Thanks! Link to comment Share on other sites More sharing options...
nate22 Posted October 6, 2009 Author Share Posted October 6, 2009 Thanks for narrowing that down for me. Now, I guess I will just place a call to GoDaddy since I have no idea what I could've done wrong. Much thanks! Link to comment Share on other sites More sharing options...
TropischBruin Posted October 6, 2009 Share Posted October 6, 2009 Please change your topictitle to: Problems with install on GoDaddy. Link to comment Share on other sites More sharing options...
nate22 Posted October 6, 2009 Author Share Posted October 6, 2009 It says "CREATE command denied to user"Make sure you have the correct username and password or rights to you MySQL.Please change your topictitle to: Problems with install on GoDaddy.Thanks! I know next to nothing about MySQL, but this is definitely not a problem that could be related to permissions?? I'm still trying to figure out exactly how to chmod all the directories correctly on Mac OS X. I used FireFTP and chmoded the first 3 directories as 777 and the ones I'm supposed to recursively write using 7777. Just want to make sure that couldn't be the problem here. Because it did connect to the GoDaddy database correctly as far as anyone can tell. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now