From 3329f44a76f960f7b73beb6bb4d717b10bfca28b Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 21 Mar 2017 16:08:05 -0600 Subject: Address comments * fix URL to documentation * improve logic of UTF8mb4 check * fix connection parameter creation - it's done already in ConnectionFactory::createConnectionParams * remove unused attributes of MDB2SchemaReader Signed-off-by: Morris Jobke --- core/Command/Db/ConvertMysqlToMB4.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Command/Db/ConvertMysqlToMB4.php b/core/Command/Db/ConvertMysqlToMB4.php index d456db13b11..5302b3cf5fb 100644 --- a/core/Command/Db/ConvertMysqlToMB4.php +++ b/core/Command/Db/ConvertMysqlToMB4.php @@ -72,7 +72,7 @@ class ConvertMysqlToMB4 extends Command { } if (!$this->connection->supports4ByteText()) { - $url = $this->urlGenerator->linkToDocs('admin-db-conversion'); + $url = $this->urlGenerator->linkToDocs('admin-mysql-utf8mb4'); $output->writeln("The database is not properly setup to use the charset utf8mb4."); $output->writeln("Also check that the setting 'mysql.utf8mb4' is set to true in the config.php."); $output->writeln("For more information please read the documentation at $url"); -- cgit v1.2.3