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 »
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 »
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 »
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 »