Next-Generation import interface for Rivendell
bundle exec ./bin/rivendell-import --config examples/config.rb --listen examples --debug
$ mysqladmin create import
$ mysql mysql
mysql> GRANT ALL PRIVILEGES ON import.* TO 'import'@'localhost' IDENTIFIED BY 'import';
$ mysqladmin flush-privileges
Then use :
rivendell-import [...] --database 'mysql://import:import@localhost/import' [...]