APPSHEET

From rbachwiki
Revision as of 14:58, 6 October 2025 by Bacchas (talk | contribs) (Created page with "== Fix permission error when connecting to a mysql database == '''On the mysql server, loginto mysql then run command''' ALTER USER 'bacchas'@'%' IDENTIFIED WITH mysql_native_password BY 'Outwater24!'; FLUSH PRIVILEGES;")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Fix permission error when connecting to a mysql database

On the mysql server, loginto mysql then run command

ALTER USER 'bacchas'@'%' IDENTIFIED WITH mysql_native_password BY 'Outwater24!';
FLUSH PRIVILEGES;