aspx_dev Posted November 14, 2004 Posted November 14, 2004 Have installed mySQL and am trying to get the database scripts to work with the install program. keep getting the following message: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client' What am I doing wrong guys?
Guest Posted November 14, 2004 Posted November 14, 2004 find out what version your host has of mysql. also the version of php. you can place this in your root directory to see some of the info: <?php phpinfo(); ?> place that one line as a file named phpinfo.php then access it by your http://domain.com/phpinfo.php
aspx_dev Posted November 15, 2004 Author Posted November 15, 2004 find out what version your host has of mysql. also the version of php. you can place this in your root directory to see some of the info: <?php phpinfo(); ?> place that one line as a file named phpinfo.php then access it by your http://domain.com/phpinfo.php <{POST_SNAPBACK}> php is 4.3.9 mysql is 4.1
Guest Posted November 15, 2004 Posted November 15, 2004 so when you go to http://domain.com/catalog/install/index.php (or where ever you have your store) you get the error message?
aspx_dev Posted November 15, 2004 Author Posted November 15, 2004 so when you go to http://domain.com/catalog/install/index.php (or where ever you have your store) you get the error message? <{POST_SNAPBACK}> No, I get the error message after I have gone throught the database details capture page, putting the server name, as localhost, username as root, password as the password I set up when I installed MySql on my computer.... press continue and get the error message.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.