Open-Source-Python-POS-and-Accounting-Software icon indicating copy to clipboard operation
Open-Source-Python-POS-and-Accounting-Software copied to clipboard

SQL Script to Create the Database

Open TawfeeqBaloush opened this issue 5 years ago • 1 comments

When I run the program I got the following error (1049, "Unknown database 'salmanwholeseller'")

It seams the I have to create the database in MySQL first. So my question is how to create this database. Do you have a SQL script to create the database

TawfeeqBaloush avatar Nov 16 '19 17:11 TawfeeqBaloush

When I run the program I got the following error (1049, "Unknown database 'salmanwholeseller'")

It seams the I have to create the database in MySQL first. So my question is how to create this database. Do you have a SQL script to create the database

yes you have to create database, and the script is available online. u can use any of them.

alitheDev avatar Sep 25 '21 02:09 alitheDev