About 23,400,000 results
Open links in new tab
  1. sql - What does collation mean? - Stack Overflow

    Dec 27, 2010 · A Collation compared two strings like, if a word is greater than another one, and sort accordingly. If you are using “latin1” Character set, you can use “latin1_swedish_ci” …

  2. What does character set and collation mean exactly?

    Dec 4, 2008 · A collation comprises rules that specify how characters can be compared for sorting. Collations rules can be locale-specific: the proper order of two characters varies from …

  3. mysql - How to change the CHARACTER SET (and COLLATION) …

    Dec 18, 2019 · 225 Our previous programmer set the wrong collation in a table (Mysql). He set it up with Latin collation, when it should be UTF8, and now I have issues. Every record with …

  4. How to change collation of database, table, column?

    Aug 18, 2009 · The database is latin1_general_ci now and I want to change collation to utf8mb4_general_ci. Is there any setting in PhpMyAdmin to change collation of database, …

  5. How to change the default collation of a table? - Stack Overflow

    Mar 3, 2015 · MySQL has 4 levels of collation: server, database, table, column. If you change the collation of the server, database or table, you don't change the setting for each column, but …

  6. How I can obtain the collation of a specific table in a database?

    Feb 21, 2010 · A database has a default collation (which defaults to the collation for the server). The default collation for the database will be applied to any column you add to a table, …

  7. Troubleshooting "Illegal mix of collations" error in mysql

    Jun 12, 2010 · What is this "collation" stuff anyway? As documented under Character Sets and Collations in General: A character set is a set of symbols and encodings. A collation is a set of …

  8. SQL Server : when to use collation and nvarchar - Stack Overflow

    Aug 23, 2016 · SQL Server has a default collation which is used with new databases and - very important! - within your temp table. It is allowed to define a different default collation on …

  9. How to fix a collation conflict in a SQL Server query

    Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Arabic_CI_AS" in the equal to operation. I don't know much about collation. Searching …

  10. database - Change Collation in SQL Server - Stack Overflow

    Warning: Changing default collation for database 'MYDB', which is used in replication. All replication databases should have the same default collation. Msg 5075, Level 16, State 1, …