Forum Moderators: coopster

Message Too Old, No Replies

Removing old MySQL install?

         

hondafox400

7:16 pm on Apr 22, 2004 (gmt 0)

10+ Year Member



I recently installed and configured Apache 2.0.49, Mysql 4.0.18, PHP 4.3.5, and ActivePerl 5.8.3. Prior to this I was running a preconfigured (firepages.com.au's thing called PHPDev) bundle consisting of Apache 1.3.27, PHP 4.2.1, ActivePerl 5.6.x, and MySQL 3.23.49. I completely removed the old install, uninstalling it and deleting all the files etc. Everything in the new install works great. My problem is, when I look in the phpinfo.php file, it still shows MySQL 3.23.49 as my build - not the new 4.0.18 I installed. What gives? It is on a WinXP Pro SP1a box..

coopster

7:22 pm on Apr 22, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You are probably looking at the Client API version. To see which version of MySQL is installed and running, enter this at a MySQL command prompt:
SELECT VERSION();

bill

5:12 am on May 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Is that an issue if phpinfo shows a different version of MySQL under Client API version?

coopster

8:07 pm on May 24, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



No, it's all part of the distribution.

Resources:
[dev.mysql.com...]
[dev.mysql.com...]