/database-manager

This web-application will help you to manage your MySQL database.

Primary LanguagePHP

Database-Manager

This application is created using HTML, CSS and PHP(Core). This web-application will help you to manage your MySQL database. It provides CRUD (Create, Read, Update and Delete) operation to any table available in your MySQL database. You can also create new database/table and delete existing database/table, while creating new table it allows you to add a PK(Primary Key) and also set default value for different columns.

HOW TO USE ?

  1. Login with your MySQL credentials(username and password).
  2. Select the database you want to use OR create a new database.
  3. Select the table you want to alter OR create a new table.
  4. Now you can perform the CRUD operation and the table will updated in the database.