Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 508 Bytes

File metadata and controls

17 lines (14 loc) · 508 Bytes

woocommerce-development-database

One command to create orders'/customers' free database for development purposes for Woocommerce.


Feel free to extend it to your own purpose and to add your own database tables.

Don't forget to change database prefix to your own



How to use it


Simply run > mysql -u USER -p DATABASE < create_development_db.sql

Screen shot