kaitlyn01
Mar 15 2011, 11:40 AM
How to check the MySQL version on the server hosting my account?
ssfdre38
Mar 15 2011, 05:32 PM
or just go to
http://phpinfo.zymichost.com and look for the MySQL section
morean
Mar 16 2011, 05:37 AM
thank you for sharing the info
evantanski
Jan 16 2012, 09:21 AM
You can check the MySQL version using the phpinfo function. To do this, you should create a simple php file (for example phpinfo.php) with the following line in it:
<?php phpinfo(); ?>