https://github.com/keshav434/client-server
Creating a client server using C# and MySQL
https://github.com/keshav434/client-server
client-server csharp mysql-database
Last synced: about 2 months ago
JSON representation
Creating a client server using C# and MySQL
- Host: GitHub
- URL: https://github.com/keshav434/client-server
- Owner: keshav434
- Created: 2024-07-20T07:28:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T07:33:27.000Z (almost 2 years ago)
- Last Synced: 2025-10-19T21:09:26.522Z (9 months ago)
- Topics: client-server, csharp, mysql-database
- Language: C#
- Homepage:
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
This readme file will guide you how to run the code and mysql database. I have made database called as Database and network which contains a Pdf of the ER diagram(EER for clients), a SQL Script(CLIENTSS) and a code file (DandN).
Running the mysql script:
1 insert and run the create database clients.
2 insert all the tables except UsersID_Tab tables and run.
3 insert all the records except UserID_Tab's records and run.
4 Insert the UsersID_Tab now and run after the other tables are inserted.
5 Insert the UsersID_Tab's record and run after the other tables records are inserted.
Note: Properties for the mysql workbench "server=localhost, user=root, database= clients, port=3306, password = K.p37883HUSU"
The database is ready now to run through C# now.
You can view the ER diagram by clicking on the Pdf(EER for clients).
TO run the program:
1 Click on DandN.sln from the DandN file, Click run.
Note: LoginID's(1223, 1531, 1276, 1543,1531, 1864, 1355, 1223, 1234, 1229) can be used to run the program.