Helps convert mysql tables into mongoDB collections.
php mysql2mongodb.php localhost root pass dbname [table]
If table is not set, will convert all tables in database.
- PHP 5.x
- mongo pecl extension
- Rewrite using a nice console library.
Helps convert mysql tables into mongoDB collections.
php mysql2mongodb.php localhost root pass dbname [table]
If table is not set, will convert all tables in database.