mySQL error - Help please! mySQL error - Help please!
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

mySQL error - Help please!

Started by elihorn, October 12, 2005, 07:30:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

elihorn

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

Joachim Müller

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.