We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1652a4 commit f0dc353Copy full SHA for f0dc353
lib/Database.php
@@ -964,7 +964,7 @@ public function getDatabaseSize()
964
$query = 'SELECT '
965
. ' ROUND(SUM(data_length + index_length) / 1024 / 1024, 3) AS `size`'
966
. ' FROM information_schema.TABLES'
967
- . ' WHERE table_schema = "part-db"'
+ . ' WHERE table_schema = ?'
968
. ' GROUP BY table_schema; ';
969
970
$values[] = $config['db']['name'];
0 commit comments