Beliebteste Artikel
Diese Woche in KDE: Nette Verbesserungen01:52 Uhr von s3nnet.de

Disclaimer: Translation of This Week in KDE by Nate Graham. Assisted by Deepl. Follow the blue string for the original. 15-Minuten-Bugs-Behoben Derzeitige Anzahl Bugs: 52, runter von 53. weiterlesen »

Mysql Error09:57 Uhr von zockertown.de

Merke: Nach dem Einspielen einer DB mit mysql auf einen anderen Server kommt es zu einem Error.. mysqldump: Got error: 1449: "The user specified as a definer ('xxxx'@'%') does not exist" when using LOCK TABLES   The user specified as a definer ('xxxx'@'%') does not exist` Die Lösung: User anlegen GRANT ALL ON *.* TO 'xxxx'@'%' IDENTIFIED BY 'complex-password'; FLUSH PRIVILEGES;   Kontrolle: select user,host from mysql.user where user like '%xxxx%'; weiterlesen »

Alle Artikel

Mysql Error09:57 Uhr von zockertown.de

Merke: Nach dem Einspielen einer DB mit mysql auf einen anderen Server kommt es zu einem Error.. mysqldump: Got error: 1449: "The user specified as a definer ('xxxx'@'%') does not exist" when using LOCK TABLES   The user specified as a definer ('xxxx'@'%') does not exist` Die Lösung: User anlegen GRANT ALL ON *.* TO 'xxxx'@'%' IDENTIFIED BY 'complex-password'; FLUSH PRIVILEGES;   Kontrolle: select user,host from mysql.user where user like '%xxxx%'; weiterlesen »

Diese Woche in KDE: Nette Verbesserungen01:52 Uhr von s3nnet.de

Disclaimer: Translation of This Week in KDE by Nate Graham. Assisted by Deepl. Follow the blue string for the original. 15-Minuten-Bugs-Behoben Derzeitige Anzahl Bugs: 52, runter von 53. weiterlesen »