ViArt Shop distribution contains "db" folder with SQL scripts for different database structures:
- mysql_viart_shop.sql - for MySQL
- postgre_viart_shop.sql - for PostgreSQL
- access_viart_shop.sql - for Microsoft Access database
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