(ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿduplicate_host_namescount_duplicate_host_namesLBEGIN SET @duplicate_hosts=(SELECT count(*) FROM mysql.user GROUP BY user, lower(host) HAVING count(*) > 1 LIMIT 1); IF @duplicate_hosts > 1 THEN SIGNAL SQLSTATE '45000' SET MESSAGE_TEXT = 'Multiple accounts exist for @user_name, @host_name that differ only in Host lettercase; remove all except one of them'; END IF; ENDroot@localhostV<ÃŒV<ÃŒcp850cp850_general_cilatin1_swedish_ciLBEGIN SET @duplicate_hosts=(SELECT count(*) FROM mysql.user GROUP BY user, lower(host) HAVING count(*) > 1 LIMIT 1); IF @duplicate_hosts > 1 THEN SIGNAL SQLSTATE '45000' SET MESSAGE_TEXT = 'Multiple accounts exist for @user_name, @host_name that differ only in Host lettercase; remove all except one of them'; END IF; ENDx

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586