====== MySQL ====== MySQL ist ein freies Datenbanksystem. In vielen Fällen wurde MySQL inzwischen durch den Fork [[MariaDB]] ersetzt. Die Software wurde nach der Tochter My des Entwicklers Monty Widenius benannt. ====== mysqldump ====== mysqldump ist ein Programm zum Sichern von MySQL-Datenbanken. * [[https://serversforhackers.com/c/mysqldump-with-modern-mysql|Mysqldump with Modern MySQL]] Zusammenfassung der Optionen * [[https://stackoverflow.com/questions/9293042/how-to-perform-a-mysqldump-without-a-password-prompt/|How to perform a mysqldump without a password prompt?]] ===== UTF-8 ===== Der Zeichensatz ''utf8'' in MYSQL bietet nur eingeschränkte Unterstützung für UTF-8. Er unterstützt nur Zeichen bis maximal 3 Byte Länge. Für volle Unterstützung muss der Zeichensatz ''utf8mb4'' verwendet werden. * [[https://stackoverflow.com/a/30074553|What is the difference between utf8mb4 and utf8 charsets in MySQL?]] * [[https://www.howtoforge.com/the-umlaut-problem-how-to-successfully-back-up-and-restore-mysql-databases-with-special-characters-using-mysqldumper|The Umlaut Problem]] (Übersetzung eines Arikel des Entwickler von [[MySQLDumper]]) * [[https://www.toptal.com/php/a-utf-8-primer-for-php-and-mysql|A Guide to UTF-8 Encoding in PHP and MySQL]] * [[https://web.archive.org/web/20231201101038/https://www.hydroxi.de/utf8-vs-utf8mb4/|utf8 vs. utf8mb4]] * [[https://web.archive.org/web/20220118195339/http://www.jebriggs.com/blog/2017/07/perl-dbi-and-mysql-utf8mb4-character-set-support/|Perl, DBI and MySQL utf8mb4 Character Set Support]] ===== Links ===== * [[https://MySQL.com|Homepage]]