You are here

function dba_mysql_report_name in Database Administration 7

Return the pretty name for this database type.

File

database/mysql.report.inc, line 97
Provides database driver specific report functions.

Code

function dba_mysql_report_name() {
  return t('MySQL');
}