Difference between revisions of "Location Plugin"
(Created page with " == Location Plugin == This page is intended to better document the location plugin. It's a work in progress.") |
|||
Line 4: | Line 4: | ||
− | This page is intended to better document the location plugin. It's a work in progress. | + | This page is intended to better document the location plugin. It's a work in progress. Below, you'll only find notes / jibberish that I'm collecting at the moment. |
+ | |||
+ | |||
+ | ------------------------------------------ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <pre>GRANT ALL PRIVILEGES ON . TO ‘fog’@’%’ IDENTIFIED BY ‘PassHere’ WITH GRANT OPTION;</pre> | ||
+ | |||
+ | and inside my.cnf, I set | ||
+ | bind-address = * | ||
+ | |||
+ | edit the my.cnf file in /etc/mysql/my.cnf. And comment the bind-address line with the # symbol. Once commented and saved, restart the mysql service. That should be it. |
Revision as of 11:12, 3 June 2015
Location Plugin
This page is intended to better document the location plugin. It's a work in progress. Below, you'll only find notes / jibberish that I'm collecting at the moment.
GRANT ALL PRIVILEGES ON . TO ‘fog’@’%’ IDENTIFIED BY ‘PassHere’ WITH GRANT OPTION;
and inside my.cnf, I set bind-address = *
edit the my.cnf file in /etc/mysql/my.cnf. And comment the bind-address line with the # symbol. Once commented and saved, restart the mysql service. That should be it.