Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. > Table Engine Rows Collation
  2. > table__1 MyISAM 12500 utf8_general_ci
  3. > table__2 InnoDB 12500 utf8_general_ci
  4. > table__3 InnoDB 12500 utf8_general_ci
  5. > table__4 MyISAM 12500 utf8_general_ci
  6.  
  7. ALTER DATABASE databasename CHARACTER SET utf8 COLLATE utf8_general_ci;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement