Spolehlivým a přímočarým způsobem by bylo vytvořit dalšího superuživatele a použít jej, když se chcete připojit pomocí hesla.
CREATE USER example@sqldat.com IDENTIFIED BY 'password';
GRANT ALL ON *.* TO example@sqldat.com WITH GRANT OPTION;
-- etc
Spolehlivým a přímočarým způsobem by bylo vytvořit dalšího superuživatele a použít jej, když se chcete připojit pomocí hesla.
CREATE USER example@sqldat.com IDENTIFIED BY 'password';
GRANT ALL ON *.* TO example@sqldat.com WITH GRANT OPTION;
-- etc