|
|
Cry MySQL How to...Determine which version of MySQL you are connected toTo determine which version of MySQL you are connected to, use the following SQL: select version(); This will return a single result (for example " These notes have been tested against MySQL version 4 and 5. |