Welcome to the MySQL Database Management System! This Python-based project allows you to interact with MySQL databases using a command-line interface. The system supports a variety of operations, including creating databases and tables, inserting and updating records, and more.
- Login System: Secure login with randomized passwords.
- Database Management: Create, drop, and manage databases with ease.
- Table Operations: Create, delete, and manage tables.
- Record Insertion: Insert records into tables with validation.
- Table Updates: Update existing records in tables.
- Search Functionality: Search within tables using various conditions.
- MySQL Integration: Seamlessly connect to MySQL databases using
mysql-connector-python
.