I have a vserver (woody) and i want to install
phphelpdesk - the problem is that i use syscp for
customers and so the db-name ist fix like
web1sql1...the helpdesk.mysql looks like
use web1sql1;
grant all privileges on web1sql1.* to
web1sql1@localhost identified by 'web1sql1';
....
when i read in in phpMyAdmin the helpdesk.mysql.txt i
become the error
SQL-Befehl :
grant all privileges on web1sql1.* to
web1sql1@localhost identified by 'web1sql1'
Access denied for user: 'web1sql1@localhost' to
database 'web1sql1'
who can tell me what files i must edit that phphelpdesk
is running...
-------------------------------------------------------------------------
ich habe einen vserver mit woody und syscp und
möchte gerne phphelpdesk installieren - das problem ist
dass von syscp die db-namen vorgegeben sind
(webxsqly)! Meine helpdesk.mysql sieht wie folgt aus:
use web1sql1;
grant all privileges on web1sql1.* to
web1sql1@localhost identified by 'web1sql1';
# MySQL dump 8.8
......
sonst habe ich da noch nichts geändert!
Wenn ich nun die helpdesk.mysql einlese bekomme ich
folgende Fehlermeldung:
when i read in in phpMyAdmin the helpdesk.mysql.txt i
become the error
SQL-Befehl :
grant all privileges on web1sql1.* to
web1sql1@localhost identified by 'web1sql1'
MySQL meldet:
Access denied for user: 'web1sql1@localhost' to
database 'web1sql1'
Wer kann mir helfen und sagen wo der fehler liegt?
my helpdesk.sql.txt