Jump to content

Problems with install on GoDaddy [SOLVED]


Recommended Posts

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...