Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'collation'

1986310 - Untitled: mysql index collation
  1. SET names utf8;
  2. SELECT version();
  3. USE test
  4. DROP TABLE IF EXISTS t1;
  5. CREATE /* First, we use utf8_unicode_ci, from which our custom collation is derived. The returned rows are what we expect, but not what we want. */ TABLE t1 (
  6.     id int UNSIGNED PRIMARY KEY AUTO_INCREMENT,
  7.     t varchar(64) charset utf8 collate utf8_unicode_ci,
  8.     INDEX t_idx (t)
  9.  
1986293 - Mine: mysql index collation
  1. Welcome TO the MySQL monitor.  Commands end WITH ; OR \g.
  2. Your MySQL connection id IS 186
  3. Server version: 5.0.51a-24+lenny4 (Debian)
  4.  
  5. Type 'help;' OR '\h' FOR help. Type '\c' TO clear the buffer.
  6.  
  7. (nick@localhost) [(none)]> SET names utf8;
  8. Query OK, 0 rows affected (0.00 sec)
  9.  
902931 - utf8 hawtness mysql utf8 charset collation
preview unavailable
worth-right
fantasy-obligation