| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
| New Member Posts: 18 Join Date: Aug 2007 | Database Issues? -
01-08-2007, 08:23 PM
Hi, My company purchased supportsuite 1st of February. The guy who was supposed to set all of this up left us a couple of weeks later without completing the installation. My boss has now given me the task of completing this and getting it up and running. It is currently to the part where you run the setup/setup.php from the browser. When I enter this i get the following error: Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:\inetpub\wwwroot\support\includes\functions.php on line 421 I am assuming that this means there is an issue between PHP and MYSQL. After a lot of research I cannot figure it out. Any ideas? I am about ready to pull out what is left of my hair. Thanks |
| | |
(#2)
|
| Member Posts: 237 Join Date: Apr 2006 Location: Norway |
01-08-2007, 09:53 PM
Well this page is the first that pops up in google: http://dev.mysql.com/doc/refman/5.0/en/old-client.html What Client API version of the MySQL library are you using? You can find this out with phpinfo() My version is 5.0.37 |
| | |
(#3)
|
(#4)
|
| Member Posts: 345 Join Date: Feb 2007 Location: Lyon, France |
02-08-2007, 06:10 AM
http://dev.mysql.com/downloads/connector/php/ update the client mysql connector to the 4.1 version Quote:
-- Lurking around there -- | |
| | |
(#5)
|
(#6)
|
| New Member Posts: 18 Join Date: Aug 2007 |
04-08-2007, 03:44 AM
OK....I have looked through and tried everything I have read and nothing has helped. So I started from scratch (I think). I removed sql and reinstalled. I created a new database with user from the command line interface. When I go into the setup of support suite it won't connect to the database and I get the following error at the top of the page: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in c:\inetpub\wwwroot\support\includes\functions.php on line 421 What does this mean? I hope I'm not screwing things up more. Thanks for the help. |
| | |
(#7)
|
| Senior Member Posts: 5,579 Join Date: Jun 2005 Location: Cumbria, UK |
04-08-2007, 08:48 AM
Have you set a password for the root user? If so you will need to use it as according to that error, you are currently not doing so. Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#8)
|
| New Member Posts: 18 Join Date: Aug 2007 |
04-08-2007, 02:19 PM
Thanks for all the help and I apologize if this seems to simple. However I haven't messed around with MySQL before. I did forget to edit the config.php file before uploading. I edited this file and now get a different error when trying to run the setup. Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'dhs_user'@'localhost' (using password: YES) in c:\inetpub\wwwroot\support\includes\functions.php on line 421 The functions.php file is not a normal editable file so I can't go in and see what is causing the error. I am assuming it has something to do with the way PHP and MySQL is trying to connect. As per the previous posts I find that when running phpinfo under MySQL it still shows the client API version as 3.23.49. Is this what could be causing the problem? Any more help would be appreciated. Thanks Mike |
| | |
(#9)
|
(#10)
|
| Member Posts: 237 Join Date: Apr 2006 Location: Norway |
05-08-2007, 05:56 PM
Try this: Download the MySQL GUI-tools: http://dev.mysql.com/downloads/gui-tools/5.0.html Open MySQL Administrator. Type in the username (root), password and hostname to your server and click on the "OK"-button. Click on "Startup Variables" in the list to the left. Click on the "Security" tab. Check the "Use old password" and click on "Apply changes". Restart the server. Go to "Service Control" in the list to the left. Click on the "Stop Service" button. After the server has stopped, start it again. Click on "User Administration" in the list to the left. Select the user (under "Users Accounts") you have specified in "config.php". Clear both the password fields, type in the password, and click on "Apply changes". |
| | |
(#11)
|
(#12)
|
| Operations Manager Posts: 5,272 Join Date: Jan 2006 Location: United Kingdom |
05-08-2007, 10:12 PM
Hi Mike, I am glad to hear you have it sorted, and thanks to everyone for your time spent helping Mike. -------------------------------------------------------------------
|
| | |
(#13)
|
![]() |
| Tags |
| database |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Import eSupport database into SupportSuite | one9 | SupportSuite, eSupport and LiveResponse | 0 | 02-09-2006 03:32 AM |
| eSupport v2.2 Stable Released | Varun Shoor | News and Announcements | 3 | 23-06-2004 11:39 PM |
| eSupport v2.2 RC2 Released | Varun Shoor | Technical Chat | 1 | 11-06-2004 10:24 PM |