PDA

View Full Version : MySQL version?


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:

SELECT version();