I have a Raspberry Pi that stores temperature data for homebrewing activity. I am making a Spring MVC application on my computer and I want to tap the data. Both my Pi and m
The following worked for me, courtesy of a comment found on this instructable:
GRANT ALL ON *.* TO 'root'@'192.168.1.%' IDENTIFIED BY 'your_password_here'; (I used 192.168.1.% so that any computer on my network can connect to it) sudo nano /etc/mysql/my.cnf) file and look for "bind-address" and comment this out (put a # in front of the line) service mysql reload) service mysql restart)