GRANT RELOAD ON *.* TO 'bookstack'@'%'; CREATE USER testuser@'%' IDENTIFIED BY 'a#pass${}with\\tspe\'cial\\nch"ars'; GRANT ALL PRIVILEGES ON bookstack.* to testuser@'%';