Please proof database settings!

Please post all install related problems here. Visit this forum first for troubleshooting.

Please proof database settings!

Postby mshaker on Fri Jun 20, 2008 09:26

I get this message even thought hte below have been double checked countless time:

MySQL host: localhost
DB user: exists in mysql
DB password: is correct
DB database: exists in mysql
DB table prefix: blank

using mysql 5.0
mshaker
 
Posts: 19
Joined: Fri Jun 20, 2008 09:13

Re: Please proof database settings!

Postby DF6IH on Fri Jun 20, 2008 10:34

mshaker wrote:
MySQL host: localhost



Shure ?
http://www.phpwcms-docu.de/download-dev-versions.phtml --> playing 312
http://jgbm.de/bensheim_2009.phtml Wir haben uns getroffen und die Freude am CMS ist wieder steil gestiegen, Bilder folgen !!
How to code my own Module? -> http://jgbm.de/Module-creation-guide-1.phtml
User avatar
DF6IH
 
Posts: 2734
Joined: Mon Jan 10, 2005 17:10
Location: Hoffenheim (fast)

Re: Please proof database settings!

Postby mshaker on Fri Jun 20, 2008 13:46

Yes I'm sure about the localhost.
mshaker
 
Posts: 19
Joined: Fri Jun 20, 2008 09:13

Re: Please proof database settings!

Postby DF6IH on Fri Jun 20, 2008 13:55

Hmm

Is there a phpmyadmin running on your system ?
http://www.phpwcms-docu.de/download-dev-versions.phtml --> playing 312
http://jgbm.de/bensheim_2009.phtml Wir haben uns getroffen und die Freude am CMS ist wieder steil gestiegen, Bilder folgen !!
How to code my own Module? -> http://jgbm.de/Module-creation-guide-1.phtml
User avatar
DF6IH
 
Posts: 2734
Joined: Mon Jan 10, 2005 17:10
Location: Hoffenheim (fast)

Re: Please proof database settings!

Postby mshaker on Sat Jun 21, 2008 06:58

I have been using the mysql 5.0 gui tools. It's odd as the interface for the gui tools ask the same questions as the phpWCMS setup tool. The gui tools however sign me into my cms database. I can even run the phpWCMS default_sql scripts inside the gui tool with no problem. Will it help to install phpmyadmin?

Thanks for the help!
mshaker
 
Posts: 19
Joined: Fri Jun 20, 2008 09:13

Re: Please proof database settings!

Postby DF6IH on Sat Jun 21, 2008 12:49

no, no help from this.. I asked to see any info about the name of the sql server. ask your hoster....
http://www.phpwcms-docu.de/download-dev-versions.phtml --> playing 312
http://jgbm.de/bensheim_2009.phtml Wir haben uns getroffen und die Freude am CMS ist wieder steil gestiegen, Bilder folgen !!
How to code my own Module? -> http://jgbm.de/Module-creation-guide-1.phtml
User avatar
DF6IH
 
Posts: 2734
Joined: Mon Jan 10, 2005 17:10
Location: Hoffenheim (fast)

Re: Please proof database settings!

Postby mshaker on Sun Jun 22, 2008 11:32

Thanks for your help! Found problem to be with using MySQL 5.0. After creating a quick script to connect, I found I was getting the below:

Client does not support authentication protocol.

This led me to a fix in MySql to perform the following command:

MySQL 5.0 uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older (pre-4.1) clients. If you upgrade the server from 4.0, attempts to connect to it with an older client may fail with the following message:

shell> mysql
Client does not support authentication protocol requested
by server; consider upgrading MySQL client

To solve this problem, you should use one of the following approaches:

* Upgrade all client programs to use a 4.1.1 or newer client library.
* When connecting to the server with a pre-4.1 client program, use an account that still has a pre-4.1-style password.
* Reset the password to pre-4.1 style for each user that needs to use a pre-4.1 client program. This can be done using the SET PASSWORD statement and the OLD_PASSWORD() function:

mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');

After doing this...the install worked great!!!!
mshaker
 
Posts: 19
Joined: Fri Jun 20, 2008 09:13


Return to phpwcms Installation Troubleshooting English

Who is online

Users browsing this forum: Alexa [Bot], MSN [Bot] and 0 guests