Before we begin You will be glad to know, assuming you have MySQL up and running, there is no installation necessary for this task. You will need access to the MySQL administrators password as well as administrative access so you can edit a MySQL configuration file. Other than that simple necessity (and a terminal window), [...]
All posts for the month December, 2009
Allow remote connections to your MySQL server
Posted by Lu Jun on December 30, 2009
http://lujun.info/2009/12/allow-remote-connections-to-your-mysql-server/
VC 9.0 x64 编译ruby
官方的README是这样子写的: * Build x64 version (requires native x64 VC++ compiler) ex.) ruby source directory: C:\ruby build directory: C:\ruby install directory: C:\usr\local C: cd \ruby win32\configure –prefix=/usr/local –target=x64-mswin64 nmake nmake test nmake install按照这样的步骤执行下来没有什么问题。其中–prefix=/usr/local意思是指针对你的source目录所在盘的根目录而言。也就是安装目录的盘符必须和源代码目录一致。需要安装到其他盘的话要事先将源代码释放在那个盘里。
Posted by Lu Jun on December 29, 2009
http://lujun.info/2009/12/vc-9-0-x64-%e7%bc%96%e8%af%91ruby/