MySQL version information
You can use this simple command to find the MySQL version you are running:
select Version() as Version;
Hope that helps.
You can use this simple command to find the MySQL version you are running:
select Version() as Version;
Hope that helps.