Guide to setting up the SaasCart database in phpMyAdmin with dummy or no data options
Follow these steps to set up the SaasCart database using phpMyAdmin. You can choose to import dummy data for sample content or start with a clean, empty database.
root
as the username and leave the password blank if not set. Click Go to log in.saascart
as the name or anything you wish.saascart
will now be listed on the left sidebar.With the saascart
database created, you can now import the data.
saascart
database in the sidebar, then select the Import tab.saascart_dummy_data.sql
file.saascart_no_data.sql
.DB_DATABASE=saascart
, DB_USERNAME=root
, and DB_PASSWORD
in your .env
file match your phpMyAdmin settings.Your SaasCart database setup is complete!
Guide to setting up the SaasCart database in phpMyAdmin with dummy or no data options
Follow these steps to set up the SaasCart database using phpMyAdmin. You can choose to import dummy data for sample content or start with a clean, empty database.
root
as the username and leave the password blank if not set. Click Go to log in.saascart
as the name or anything you wish.saascart
will now be listed on the left sidebar.With the saascart
database created, you can now import the data.
saascart
database in the sidebar, then select the Import tab.saascart_dummy_data.sql
file.saascart_no_data.sql
.DB_DATABASE=saascart
, DB_USERNAME=root
, and DB_PASSWORD
in your .env
file match your phpMyAdmin settings.Your SaasCart database setup is complete!