Created
October 1, 2012 12:14
-
-
Save decebal/3811277 to your computer and use it in GitHub Desktop.
Change table collation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alter table csshop_products_prospect convert to character set utf8 collate utf8_general_ci |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//add to db-settings | |
$db->query("SET NAMES utf8"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment