Show all tables php index.php table:show Show a specific table [tablename] php index.php table:show [tablename] Fill a table [tablename] with dummy [number] rows php index.php table:fill [tablename] ...
Make sure you have setup XAMPP stack in your system. The following guide explains how to setup XAMPP stack in Linux. Alternatively, you can use the LAMP or LEMP stacks which provides both PHP and ...
git clone git@github.com:MarianoGappa/mysqlfill.git cd mysqlfill ln -s `pwd`/mysqlfill /usr/local/bin/mysqlfill # Might need to chmod it as well ...