Marty-v58/serverfiles/sql/base/remote_granted_user.sql
2024-06-01 15:52:09 -05:00

8 lines
488 B
SQL

/* script not runned automatically since using ssh tunnel with root@localhost is better */
/* choose user n password generated from https://passwordsgenerator.net/ without special symbols possibly; length 16 is ok */
/* in case of issues:
delete any my.cnf you find on your machine (by running `find / -name my.cnf`)
and also restart your server (by running `shutdown -r now`) */
GRANT ALL PRIVILEGES ON *.* TO 't4Mm3sYUUMFg3AjS'@'%' IDENTIFIED BY 'DDHNf2k6gRr7NSaE';
FLUSH PRIVILEGES;