[vz-dev] mysql starten nach reboot
sollner11
pp at macpat.de
Sat Nov 21 13:42:52 CET 2015
> Aber ich vermute eher du hast am hostname rumgemacht?
>
> Gruß
> Udo
ich habe einen dbadmin für den externen Zugriff eingerichet
meinst du das?
(ging aber auch schon am alten Raspi)
so:
sudo nano /etc/mysql/my.cnf
Dann die bind adress auf deine IP ändern oder auskommentieren.
service mysql restart
mysql --user=root --password=raspberry
use mysql;
CREATE USER "dbadmin"@"192.168.178.Deine <mailto:%22dbadmin%22@%22192.168.178.Deine>IP" IDENTIFIED BY "meinPasswort";
GRANT ALL PRIVILEGES ON *.* TO "dbadmin"@"192.168.178.DeineIP";
Update user set host='%' where user='dbadmin';
flush privileges;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-dev/attachments/20151121/af3ec807/attachment-0001.html>
More information about the volkszaehler-dev
mailing list