mysql

PHPFogをセットアップして、チームでソースコードを共有する(Mac編)

PHPFogを立ち上げてみたのでメモしておく。 PHP Fogでのセットアップ方法 公式サイト通りにやれば簡単 https://phpfog.com/apps/34421#/source_code サーバーリポジトリを共有する方法 1.SSHの公開鍵をサーバーに登録する https://phpfog.com/account で、…

Rails(2.3.8)のデータベースをSQLiteからMySQL(5.0)に変更したら以下のエラーが出た。 Mysql::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'key = 123…

ruby1.8.7(mswin32)+rails2.3.8+mysql5.1.53でrake db:migrateしたらエラー

ruby1.8.7(mswin32)+rails2.3.8+mysql5.1.53でrake db:migrateしたら、以下のようなエラーが出た。 Mysql::Error: query: not connected: CREATE TABLE `schema_migrations` (`version`varchar(255) NOT NULL) ENGINE=InnoDB 以下のcaperuさんのブログの方…