atishdhu / Cake-Shop-Website

Online cake shop
27 stars 21 forks source link

how to connect database #1

Closed Kanojiya2212 closed 3 years ago

Kanojiya2212 commented 3 years ago

how do i connect database with it becuse its showing this (Warning: mysqli_connect(): (HY000/1049): Unknown database 'cakeshop' in C:\xampp\htdocs\cakeshop\connection.php on line 10 Connection failed: Unknown database 'cakeshop')

atishdhu commented 3 years ago

It should work with the following steps:

  1. Install XAMPP
  2. After installation create the folder cakeshop in the location C:\xampp\htdocs\ and move the project in this folder
  3. Start mysql and apache server from XAMPP.
  4. In your browser go to https://localhost/phpmyadmin/
  5. Create a database named cakeshop in phpmyadmin
  6. Use the import function to import cakeshop.sql file found in the folder Database from this project
  7. In your browser go to https://localhost/cakeshop/index.php