Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add or update MySQL user for external access #16

Open
jonathanbossenger opened this issue Sep 28, 2022 · 0 comments
Open

Add or update MySQL user for external access #16

jonathanbossenger opened this issue Sep 28, 2022 · 0 comments
Labels

Comments

@jonathanbossenger
Copy link
Owner

https://www.configserverfirewall.com/ubuntu-linux/enable-mysql-remote-access-ubuntu/

CREATE USER 'external'@'%' IDENTIFIED WITH mysql_native_password BY 'password';
GRANT ALL PRIVILEGES ON . TO 'external'@'%';
FLUSH PRIVILEGES;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant