APPSHEET
Revision as of 14:58, 6 October 2025 by Bacchas (talk | contribs) (→Fix permission error when connecting to a mysql database)
Fix permission error when connecting to a mysql database
On the mysql server, loginto mysql then run command
ALTER USER 'username'@'%' IDENTIFIED WITH mysql_native_password BY 'password!'; FLUSH PRIVILEGES;