Posts Tagged ‘mysql server’
What does this mean by encoding utf8 characters using latin1 encoding in mysql?
Because in previous version the default encoding in mysql server is latin1 and not many remember to change it. So utf8 characters are saved in latin1 encoding. But what does this actually mean?
For example, some utf8 characters , which are not available in latin1, are 3-4 bytes long.
What binary data do they become after encoding them in latin1?
Thanks a lot.
Thanks for the link. But the link points to my own question.
What is the difference between MySQL or SQL Server?
when people refer to MySQL or SQL Server, i assume they are talking about the same thing!! But I guess they are two different things! How do they differ from each other?
No joke answers please.
How to move users and privileges from one MySQL server to another?
I used "mysqldump -A" to copy some databases out and then "mysql" to import them back into another server. This works ok but all the user logins and privileges are lost. Is there an easy way to move the users and privileges?
Thanks!
How can i learn MySQL without a server setup?
If i just have my stand alone computer, how can i practice using MySQL and viewing the web pages?