Hi all,
on my development machine i installed php 5.0.2 and MySQL 4.1.5gamma. When i used php to connect to the database is gave me the message that my client was to old to support the protocols requered by the server. So i copied the libmysql.dll to my php5 dir and tried again. Now it's complaining about that the DLL does not export the "mysql_drop_db" function because it is no longer their. Does anybody have a solution to this impass problem?
My system :
Win XP SP2
Apache 2.0.51
PHP 5.0.2
MySQL 4.1.5 gamma
thanks,
MichelTry using the mysqli (<!-- m --><a class="postlink" href="http://us4.php.net/mysqli">http://us4.php.net/mysqli</a><!-- m -->) functions instead.
on my development machine i installed php 5.0.2 and MySQL 4.1.5gamma. When i used php to connect to the database is gave me the message that my client was to old to support the protocols requered by the server. So i copied the libmysql.dll to my php5 dir and tried again. Now it's complaining about that the DLL does not export the "mysql_drop_db" function because it is no longer their. Does anybody have a solution to this impass problem?
My system :
Win XP SP2
Apache 2.0.51
PHP 5.0.2
MySQL 4.1.5 gamma
thanks,
MichelTry using the mysqli (<!-- m --><a class="postlink" href="http://us4.php.net/mysqli">http://us4.php.net/mysqli</a><!-- m -->) functions instead.