Verify MySQL version

October 2, 2012
mysql

You got to verify your MySQL version? Here’s how you can do that from the command line:

SELECT version();

or

SELECT @@version;

InnoDB Error Log File is of Different Size

May 19, 2013
mysql database

ERROR 1396 (HY000): Operation CREATE USER failed

February 16, 2013
mysql

LAMP in one command

August 6, 2012
linux mysql opensuse ubuntu apache php