GRANT ALL ON `adei_%`.* TO 'adei'@'%'; UPDATE mysql.user SET Super_Priv='Y' WHERE user='adei' AND host='%'; FLUSH PRIVILEGES;