mysql problema
Posted: Tue Dec 03, 2013 11:58 am
salve raga sto cercando di conettermi da windows sul database mysql che ho installato sul mio raspberry, qualcuno mi sa indicare la procedura??
A small, affordable computer with free resources to help people learn, make things, and have fun
https://www.raspberrypi.org/forums/
https://www.raspberrypi.org/forums/viewtopic.php?f=79&t=62401
Code: Select all
bind-address = 127.0.0.1Code: Select all
sudo nano /etc/mysql/my.cnfCode: Select all
skip-external-lockingCode: Select all
#skip-external-lockingCode: Select all
bind-address = 127.0.0.1Code: Select all
bind-address = 0.0.0.0Code: Select all
sudo /etc/init.d/mysql restart