kaushikbhat07 / restaurant-order-website

This is a student project which depicts an online food ordering system for a restaurant. Developed from scratch using PHP.
http://swadesh.epizy.com/swadesh
8 stars 3 forks source link

Database couldnt connect #5

Closed horjustin closed 3 years ago

horjustin commented 3 years ago

20210508_134730 Hi, which sql file do I upload as it shows that it couldn't connect to database. What do i name the database when I created a new one on pHpadmin

kaushikbhat07 commented 3 years ago

I suggest you go with swadesh - Schema Only.sql if you need only the tables without the data. And if you need the tables with the data, go with swadesh - Full Data Set.sql.

The default database name is "swadesh". But you can keep it with any name. In case you choose to keep a different database name, make sure to update the "dbn" value in includes/config.ini, admin/includes/config.ini, staff/includes/config.ini.

horjustin commented 3 years ago

Thank you so much for replying and thank you for posting this wonderful project!