EGES;
</code>
Verlassen Sie den MySQL-Client und restarten Sie Ihren MySQL-Server. Ab jetzt sollten Sie Ihr neues Pas... ord and you probably used the same one that you were using from before.
===== Fix the debian sys maint password. =====
... ook up the debian sys maint password that debian created for you when you installed it on the new serv... t # use your new password when prompted</code>
Reset the password for the debian-sys-maint user and
tenbank importieren ======
(Backup-Dump vom anderen Rechner)
Dump erstellen:
<code>
mysqldump --opt -u... s einer Dump-Datei ("–all-databases dump") die mehrere Datenbanken beinhaltet
<code>
mysql -u root -p -
. den imb-Zeichensatz Codepage 850.
Zum Konvertieren in die SQL-Codepage verwende ich //recode//:
<code>
recode UTF-8..latin1 <Ursprung-UTF-8.csv >Ergebnis-latin1.csv
</code>
Auto-Inkrement-Wert eines ID-Feldes auf einen beliebigen Wert setzen:
<code>ALTER TABLE [tbl_name] AUTO_INCREMENT = 12345</code>
Aktuellen auto_increment Wert ausgeben:
<code>SHOW TABLE STATUS FROM `database`