Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
2 answers
15k views

What is the Best Collation for Use in MySQL Tables?

I'm curious what is considered the standard today for use as the Collation of MySQL Tables? I was told that Latin-1 was the best choice when I was beginning with MySQL, but came across this post from ...
stefmikhail's user avatar
0 votes
2 answers
710 views

Encoding issues from MySQL database to PHP page

So I've been working on a small, small side project to learn a bit more about PHP database interactions. I bought a small, cheap database of "Inspirational Stories" and set to work on turning it into ...
Aeo's user avatar
  • 885