View Single Post
  #4  
Old 06-26-2006, 09:11 AM
  frankdux's Avatar 
frankdux frankdux is offline
 

Senior Member
  
Join Date: Jul 2004
Location: Manchester, NH, USA
Posts: 125
 

Default

You could probably start by making a PHP info page to determine what version of MySQL is running.

Just upload a PHP file with the following code:

Code:
<?php phpinfo(); ?>

Then go to that page and look for your MySQL version.

Alternatively, if you have shell access, run the following command:

mysql -V
__________________
X-Cart: 4.0.18
Linux, Apache, MySQL: 4.1.16, PHP: 4.4.2
Reply With Quote