Hugo
|
| Posted: 04/05/2003, 1:55 PM |
|
Hi all !
I've setup CCS 2.0 on another computer with win XP.
I've setup the mysql odbc...but I have always the error message
Test connection failed because of provider initialization error.....
( password:NO )
On my other computer xith still CCS 1.0, mysql, php, win Me
I had no troubles ....
I use easyPhp ,, the server is working....
I certainly missed something !!?
Thanks ....
|
|
|
 |
RonB
|
| Posted: 04/07/2003, 6:13 AM |
|
a couple of things strike me as strange:
1. appearantly you do not use a password for the mysql user? If you do use a password make sure it is included in the connection string(project=>settings=>connections)
2. it looks like you are connecting to a remote database (maybe on the old comuter?) if so you'll have to configure mysql to accept connections from an outside pc. often basic connections are limited to localhost. So look at the user configuration on your mysql server and if needed add a user that can connect from any host.
RonB
|
|
|
 |
|