Saturday, July 24, 2010

What version of MySQL am I using?
within MySQL, do:
select version();

external from MySQL do:
mysql -V

No comments: