From 0e4c4ad7797e4ee708ed3dd737190b1ffef56013 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Tue, 16 Aug 2011 15:56:24 +0300 Subject: [PATCH] ppf: Mention MySQL in README file in sql/ subfolder. --- ppf/sql/README | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.20.1