kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
In MySQL, never use “utf8”. Use “utf8mb4”. – Adam Hooper – Medium https://medium.com/@adamhooper/in-mysql-never-use-utf8-use-utf8mb4-11761243e434
15/06/2018 11:26:51

Leçons à retenir :

  • Database systems have subtle bugs and oddities, and you can avoid a lot of bugs by avoiding database systems.
  • If you need a database, don’t use MySQL or MariaDB. Use PostgreSQL.
  • If you need to use MySQL or MariaDB, never use “utf8”. Always use “utf8mb4” when you want UTF-8. Convert your database now to avoid headaches later.
database mysql encodage utf8
3871 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn