# LoginSistemWithMySQL **Repository Path**: summer_rain/LoginSistemWithMySQL ## Basic Information - **Project Name**: LoginSistemWithMySQL - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-22 - **Last Updated**: 2023-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LoginSistemWithMySQL This is a Login and Registering system project using MySQL database and docker for a local server. # Requirements - Docker - MySQL - PyQt5 - A email for using the code sender # How to run First, you will have to create a SQL Database.
You can use any DB manager like MySQL workbench or DBeaver and Docker. - How to create the DB (with Docker):
There is a dir named "Create_MySQL_Usuarios_DB",
when you open, there will be the docker-compose file and
"users_login_table.sql".
If you are running your docker in a linux system, open the docker-compose file
and change the "\" for "/": > volumes:
> -- .\MySQL_Docker\Container:/var/lib/mysql Then Open your terminal inside the paste and run this command: > docker-compose up Now you have created your SQL container in docker with the database "users". - How to create the table:
You can open the script "users_login_table.sql" with your
DB manager and run it or you can copy the code, open a new script
in the manager, paste the code and run it, then it will generate
the table with all the constraints. ...