Print this pagePrint this page

How to manually populate my database with SQL script??


ViArt Shop distribution contains "db" folder with SQL scripts for different database structures: To populate your database with sql script run this command in your MySQL client:
mysql -u User -p Database < mysql_viart_shop.sql

Postgre command line is:

psql -U username -W -d dbname < postgre_viart_shop.sql