projects
/
cs-p2p-next.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89e3fb
)
ppf: Mention MySQL in README file in sql/ subfolder.
author
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Tue, 16 Aug 2011 12:56:24 +0000
(15:56 +0300)
committer
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Tue, 16 Aug 2011 12:56:24 +0000
(15:56 +0300)
ppf/sql/README
patch
|
blob
|
history
diff --git
a/ppf/sql/README
b/ppf/sql/README
index
17ba1ec
..
39e3c02
100644
(file)
--- 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.