2692/cant-start-stop-mysql-service))
===== Why thisis happening =====
Thisis a common problem if you do a mysql import and overwrite the mysql database itse... might be restoring from a mysqldump -A backup.
Thisis a good thing: you probably want to back up all yo... user used to cleanly shutdown mysql.
Although this new database will possibly change both the root p
tz in mySQL ist latin1.
So gut wie alle linux-Ditris haben auf UTF-8 umgestellt.
Ein (altes) MS-Window... rwende ich //recode//:
<code>
recode UTF-8..latin1 <Ursprung-UTF-8.csv >Ergebnis-latin1.csv
</code>