Skip to content

DBtrigger is a web-based administration tool for managing MySQL database. It provides a graphical interface to perform various database operations like creating, modifying, and deleting databases, tables, columns, and rows.

License

Notifications You must be signed in to change notification settings

gurjitsi/dbTrigger

Repository files navigation

DBTrigger 1.0

About this project


Alt text

DBtrigger is a web-based administration tool for managing MySQL database. It provides a graphical interface to perform various database operations like creating, modifying, and deleting databases, tables, columns, and rows. It also perform other database-related tasks through a user-friendly interface, making it easier for both beginners and experienced developers to work with databases.

Built With


  • HTML
  • CSS
  • PHP
  • MySql
  • Apache

Features


Here are some of its key features:

  • Web interface
  • Database Management: PhpMyAdmin allows you to perform various database management tasks such as creating, modifying, or deleting databases, tables, fields, and rows.
  • Data Manipulation: It enables you to insert, update, delete, and browse data within tables.
  • SQL Execution: Users can run SQL queries directly within DBTrigger, making it convenient for executing commands and retrieving information.
  • User Management: It provides functionality to manage database users, their privileges, and passwords.
  • Query Building: Offers a visual query builder to create SQL queries without requiring knowledge of SQL syntax.
  • Relation View: Provides a visual representation of tables and their relationships, helping users to understand and manage complex databases.
  • Working with different operating systems like Windows and Linux

Getting Started


This is an example of how you can set up dbTrigger project locally or on remote server.

  • Download project by going to Project directory > Code > Download Zip
  • Place downloaded project in local directory c:\wamp\www or remotely
  • Update login_script.php with server name, user name and password
    $conn=mysql_connect('server name','user name','password');

License


Distributed under the MIT License. See LICENSE.txt for more information.

About

DBtrigger is a web-based administration tool for managing MySQL database. It provides a graphical interface to perform various database operations like creating, modifying, and deleting databases, tables, columns, and rows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages