Skip to content

Instantly share code, notes, and snippets.

@altafc22
Last active October 27, 2020 21:56
Show Gist options
  • Save altafc22/aa6a6f05265cecf4dc1fb2ef17e84942 to your computer and use it in GitHub Desktop.
Save altafc22/aa6a6f05265cecf4dc1fb2ef17e84942 to your computer and use it in GitHub Desktop.
http://10.11.112.241/reset/0ef5e3f24601d681ea1930f5a0ae26fa0547611c184639a22405532db3b20277
https://linuxize.com/post/mysql-remote-access/
GRANT ALL ON <local database name>.* TO <remote web node username>@<remote web node server ip address> IDENTIFIED BY '<database user password>';
GRANT ALL ON magento_remote.* TO dbuser@192.0.2.50 IDENTIFIED BY 'dbuserpassword';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment