Como verificar se o MySQL está instalado no Ubuntu
#Type
mysql --version
#to see if it is installed.
Mr. Hacker
#Type
mysql --version
#to see if it is installed.
# Console:
mysql -V
mysql --version
# Query:
SHOW VARIABLES LIKE "%version%";
# PHPMyAdmin Interface, on the right side:
> Database server > Server version