DATABASE WHICH STORES STICKERS-
In this project we use My-SQL and PHPMyAdmin to create Database :)
To import the database from a MySQL command prompt, you have to access MySQL from the command line itself :-
C:> cd C:\xampp\mysql\bin Now to LogIn- mysql> -u root -p -h localhost [press enter] Enter password:
Now Lastly to use DB which we created in phpmyadmin - mysql> use database_name;[press enter]
Log in or sign up for Devpost to join the conversation.