PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Coding & Tutorials (http://www.phpdig.net/forum/forumdisplay.php?f=31)
-   -   MySQL version? (http://www.phpdig.net/forum/showthread.php?t=1799)

jmitchell 02-01-2005 10:52 AM

does anyone know of a quick piece of code to check my MySQL version?

jmitchell

Charter 02-01-2005 11:09 AM

Just look under the mysql section of your phpinfo page for Client API version, or try the following query:
Code:

SELECT version();


All times are GMT -8. The time now is 12:36 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.