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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.