capone
Posts: 6
|
| Posted: 06/18/2008, 9:28 AM |
|
i tried to upgrade to mysql 5.26 from 3.23 now i keep getting error 2003 : can't connect to mysql server local host 10061. unistalled 5 reinstalled 3 still won' t work any ideas?
|
 |
 |
Stanj
Posts: 166
|
| Posted: 06/18/2008, 11:53 PM |
|
There are many possible reasons there is no connection. Do you have phpMyAdmin installed and if so, does it connect to 5.26?
Do you have a firewall, if so try turning it off.
Do you know for sure that MySql is running, check running processes in Task Manager.
5.26 is not compatible with PHP versions before 4.1, so which version of PHP are you running?
What OS are you using? If in doubt, since there are so many possible causes for the connection not to be established, try using one of the all-in-one packages such as Xampp
_________________
Stan
St Petersburg Russia |
 |
 |
wkempees
Posts: 1679
|
| Posted: 06/19/2008, 3:15 AM |
|
Authentication:
storage off passwords for the user tables has changed from MySQL 4.1 upwards.
Use Mysqli or recreate users or change parameters for MySQL to use old password methhod.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
capone
Posts: 6
|
| Posted: 06/22/2008, 9:45 AM |
|
thanks Xampp is definately the way to go
|
 |
 |
|