Skip to content

bharg4vi/Project-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-Management-System

Relational Schema relational schema EER diagram: eer

• Steps to import database from the zip folder.

  1. Open MySQL workbench in your device.

  2. Add a connection or select an existing one.

  3. Make sure that you select user as “root” , hostname as “127.0.0.1” and port as 3306 for a new connection.

  4. Enter your password if there is an existing connection. image

  5. Create a database in your workbench named “projectsystem” and select it.

  6. Select Server -> Data-Import, once you open your workbench. image

  7. Browse for the folder containing .SQL files image

  8. It will show like this upon clicking. image

  9. Click on start import here or click import progress above and then click start import. image

  10. Your data is imported, once verify by running the queries on database.

  11. Now, open the SQL.PY file in your compiler which is able to run python programs.

➢ Following are the steps involved into running the program: -

  1. First you have to enter the username and password of the database so that you can connect the program to database.

  2. User name = root

  3. Password = ****** (whatever you set)

  4. After, running the program it will ask you to enter username and respective password. image

Enter any of the above for the successful authorization.

 Finally you will get options, choose as per your choice and you can run queries directly using program.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages