[vz-users] Channel in der middleware bearbeiten

Thorben Thuermer r00t at constancy.org
Thu Jan 17 16:38:14 CET 2013


On Thu, 17 Jan 2013 16:27:46 +0100
Daniel Lauckner <mailing at jahp.de> wrote:
> Am Mittwoch, 16. Januar 2013 um 22:12 schrieb Thorben Thuermer:
> > wenn das frontend die moeglichkeiten nicht bietet (bug?),
> > vlt. ist das was fuer dich:
> > http://wiki.volkszaehler.org/software/clients/vzclient

> sudo vzclient -u cbd****** delete channel

sudo ist an dieser stelle voellig ueberfluessig,
vzclient sendet lediglich eine http-request.
(ausser die vzclient-config ist nur fuer root lesbar...)

> Antwort (leicht gekürzt):
> SQLATATE[42000]: Syntax error or access violation: 1142 DELETE command denied to user
> 'vz'@'localhost' for table 'data'

das sollte mal in der installation (script? doku?) gefixt werden...


> grant delete on volkszaehler.* to 'vz'@'localhost';
> ERROR 1044 (42000): Access denied for user ''@'localhost' to database

du brauchst einen user der entsprechende rechte hat, die rechte zu setzen.
idr:
$ mysql -u root
falls das so nicht geht, passwort in erfahrung bringen, und:
$ mysql -u root -p

wenn du das passwort nicht findest: ;)
$ sudo /etc/init.d/mysql stop
$ sudo mysqld_safe --skip-grant-tables &
$ mysql -u root
mysql> grant all privileges on *.* to 'root'@'localhost';
$ sudo /etc/init.d/mysql restart

> mfg Daniel

- T.


More information about the volkszaehler-users mailing list