From: Razvan Deaconescu Date: Tue, 16 Aug 2011 12:56:24 +0000 (+0300) Subject: ppf: Mention MySQL in README file in sql/ subfolder. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=0e4c4ad7797e4ee708ed3dd737190b1ffef56013;p=cs-p2p-next.git ppf: Mention MySQL in README file in sql/ subfolder. --- diff --git a/ppf/sql/README b/ppf/sql/README index 17ba1ec..39e3c02 100644 --- a/ppf/sql/README +++ b/ppf/sql/README @@ -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.