Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 337 Bytes

README.markdown

File metadata and controls

20 lines (11 loc) · 337 Bytes

mysql 2 mongoDB convert script

Helps convert mysql tables into mongoDB collections.

Use

php mysql2mongodb.php localhost root pass dbname [table]

If table is not set, will convert all tables in database.

Requirements

  • PHP 5.x
  • mongo pecl extension

Known issues

TODO

  • Rewrite using a nice console library.