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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.