Marius Cramer
2015-06-29 a9b32524711b32a1a42bbb26fd6a3006a7d2d07a
server/plugins-available/mysql_clientdb_plugin.inc.php
@@ -195,7 +195,7 @@
         }
         //* Create the new database
         if ($link->query('CREATE DATABASE '.$link->escape_string($data['new']['database_name']).$query_charset_table)) {
         if ($link->query('CREATE DATABASE `'.$link->escape_string($data['new']['database_name']).'`'.$query_charset_table)) {
            $app->log('Created MySQL database: '.$data['new']['database_name'], LOGLEVEL_DEBUG);
         } else {
            $app->log('Unable to create the database: '.$link->error, LOGLEVEL_WARNING);