cpg1.4.5 install sending wrong username to mysql ? cpg1.4.5 install sending wrong username to mysql ?
 

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

cpg1.4.5 install sending wrong username to mysql ?

Started by josswern, April 24, 2006, 09:13:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

josswern

well, I saw many similar probs mentioned here, but none of them seems to directly apply here:
I'm trying to install cpg1.4.5 and get this:
Could not create a mySQL connection, please check the SQL values entered

MySQL error was : Access denied for user: 'josswern@myhost.myisp.de' (Using password: YES)

- problem seems to be that 'josswern@myhost.myisp.de' is beeing sent to the mysql host (which is _not_ localhost in my case) instead of just 'josswern', which I filled in the form (and which is approved to work together with specified password).
so, is there any way to tell cpg to just send the plain username as typed, instead of automatically appending the hostname ?

Nibbler

Coppermine doesn't append the hostname - that's just the way MySQL displays the error message. It displays the host name you are attempting to connect from.

josswern

ok, thanks - I just realized I had used a wrong username (the one I use on my local testserver), corrected that and all is ok.
sorry for the noise  :'(