wiki:DespoinaLog/2010/04/22

Mysql installation , Lucene links.

MysqlDump? & Import commands

MysqlImport? :

  • How to dump a whole mysql database : (prompt) mysqldump -u username -p database_name > dump.sql
  • How to import a whole database : mysql5 -u username -p database_name < dump.sql
  • Mysqlimport is for importing single tables in the corresponding tables in a mysql DB.

Lucene index (database)

http://www.khmeritforum.net/redirect.php?tid=1022&goto=lastpost

http://osdir.com/ml/org.w3c.sparql.devel/2008-09/msg00006.html

Also digged up this : (see attachment) : 3.4 page 84

Last modified 14 years ago Last modified on 2010-10-01T23:19:13+02:00

Attachments (1)

Download all attachments as: .zip