coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: elihorn on October 12, 2005, 07:30:58 AM

Title: mySQL error - Help please!
Post by: elihorn on October 12, 2005, 07:30:58 AM
Hi, I've looked through this forum nd can't find any similair posts - so sorry if this is a repeat of a previous post!
I'm trying to intall coppermine and this is the error message I keep getting:

mySQL Error: Table 'addicted_gallery.cpg135_users' doesn't existon query 'INSERT INTO cpg135_users VALUES (1, 1, 'YES', 'getaddicted', '123456', NOW(), NOW(), '', '', '', '', '', '', '')'

I've set up a table called "addicted_gallery" in mySQL and all the info I've entered is right as far as I can tell. Any ideas?
Thanks alot in advance
Title: Re: mySQL error - Help please!
Post by: Joachim Müller on October 12, 2005, 08:43:55 AM
make sure your mysql user has the needed permissions to perform the mysql query. If you're not sure, ask your webhost. The mysql user will need CREATE TABLE, ALTER, INSERT, UPDATE, SELECT, DELETE permissions.