|
02-01-2005, 10:52 AM | #1 |
Orange Mole
Join Date: Dec 2004
Location: Tennessee
Posts: 60
|
does anyone know of a quick piece of code to check my MySQL version?
jmitchell
__________________
60,000 pages indexed!!!!! http://www.sharemylink.com |
02-01-2005, 11:09 AM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Just look under the mysql section of your phpinfo page for Client API version, or try the following query:
Code:
SELECT version();
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
MySQL smallint(6)... | Maskime | Mod Submissions | 0 | 03-28-2008 06:52 AM |
MySQL Question | jackpod | How-to Forum | 1 | 09-21-2006 08:30 PM |
Running with old version of MySQL? | paulsv | How-to Forum | 0 | 01-03-2006 11:09 AM |
Working with MySql | cefiro | Troubleshooting | 1 | 02-26-2005 08:19 PM |
Next version? | tazmandev | Mod Requests | 1 | 03-09-2004 11:59 AM |