From 51095a9276fe24cdc2127d85ca461338e27e8ba3 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 24 May 2017 20:33:45 +0200 Subject: better link --- appinfo/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/install.php b/appinfo/install.php index fa24ea987..3bf3cde1f 100644 --- a/appinfo/install.php +++ b/appinfo/install.php @@ -13,6 +13,6 @@ if ($platform instanceof MySqlPlatform && $charset !== 'utf8mb4') { $msg = 'App can not be installed because database MySql/MariaDb uses a ' . 'non UTF8 charset: ' . $charset .'. Learn more on how to migrate ' . 'your database to utf8mb4 after making a backup at ' . - 'https://dba.stackexchange.com/questions/8239/how-to-easily-convert-utf8-tables-to-utf8mb4-in-mysql-5-5'; + 'https://dba.stackexchange.com/a/21684'; throw new Exception($msg); } \ No newline at end of file -- cgit v1.2.3