Jan wrote: > since mysqli is not included until php-5.0 you will need to use the > --with-mysql=/path/to/mysql option while building PHP and > you should use the --old-passwords command line option while starting the MySQL > 4.1.x server. This will allow the use of older MySQL clients on the server. > > Good luck.. > > grtz Jan
Speaking of --old-passwords option... What do you do if you have the connection problem on Win2k... Using mysql 4.1.1 with either php-5.0 / 4.3.4? I've asked this a few times but it seems the answers only solved issues on a linux box.