ppf: Mention MySQL in README file in sql/ subfolder.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 16 Aug 2011 12:56:24 +0000 (15:56 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 16 Aug 2011 12:56:24 +0000 (15:56 +0300)
ppf/sql/README

index 17ba1ec..39e3c02 100644 (file)
@@ -1,4 +1,12 @@
+= SQLite =
+
 Run
    sqlite3 -init p2p-log-sqlite.sql p2p-next.db
 to interpret SQL file, create a database in p2p-next.db database file and
 enter sqlite3 command-line.
+
+= MySQL =
+
+In the MySQL console, while using a given database, run:
+   source /path/to/p2p-log-sqlite.log
+to interpret the SQL and populate the database with table and add entries.