<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,19 +1,21 @@
-# SQLite version 3.x
-#   gem install sqlite3-ruby (not necessary on OS X Leopard)
+
 development:
-  adapter: sqlite3
-  database: db/development.sqlite3
-  timeout: 5000
+  adapter: mysql
+  encoding: utf8
+  database: maps_development
+  username: root
+  password:
 
-# Warning: The database defined as &quot;test&quot; will be erased and
-# re-generated from your development database when you run &quot;rake&quot;.
-# Do not set this db to the same as development or production.
 test:
-  adapter: sqlite3
-  database: db/test.sqlite3
-  timeout: 5000
+  adapter: mysql
+  encoding: utf8
+  database: maps_test
+  username: root
+  password:
 
 production:
-  adapter: sqlite3
-  database: db/production.sqlite3
-  timeout: 5000
+  adapter: mysql
+  encoding: utf8
+  database: maps_production
+  username: 
+  password: </diff>
      <filename>config/database.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b6b175b31a09c60363f1122f832c44ce52b3b49c</id>
    </parent>
  </parents>
  <author>
    <name>ashchan</name>
    <email>ashchan@gmail.com</email>
  </author>
  <url>http://github.com/ashchan/google_maps_example/commit/3dfeedfef4731ad997533f768bb53599f3534745</url>
  <id>3dfeedfef4731ad997533f768bb53599f3534745</id>
  <committed-date>2008-07-01T06:22:06-07:00</committed-date>
  <authored-date>2008-07-01T06:22:06-07:00</authored-date>
  <message>changed database from sqlite3 to mysql: chapter 5 uses MySqlImport</message>
  <tree>221e5362aa4e90ca6b1a188e9170de481494a1fc</tree>
  <committer>
    <name>ashchan</name>
    <email>ashchan@gmail.com</email>
  </committer>
</commit>
