首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Mysql >

mac lion上安装支持utf8mb4的mysql2 0.3.12b4的gem

2012-11-13 
mac lion下安装支持utf8mb4的mysql2 0.3.12b4的gemmysql2的官方网站:https://github.com/brianmario/mysql

mac lion下安装支持utf8mb4的mysql2 0.3.12b4的gem

mysql2的官方网站:https://github.com/brianmario/mysql2

前提:

使用homebrew,并且安装好mysql,里面同时包括了开发包

# brew install mysql


安装步骤:

$ git clone git://github.com/brianmario/mysql2.git
$ cd mysql2
$ gem build mysql2.gemspec

$ gem install mysql2-0.3.12b4.gem -- --with-mysql-config=/usr/local/Cellar/mysql/5.5.27/bin/mysql_config


从此可以支持4字节的utf8了,iphone的Emoji表情符号可以无缝的存储了。


大功告成!


热点排行