sqlbuddy
sqlbuddy copied to clipboard
phpMyAdmin alternative with a focus on usability
The variable $queryString was silently converted to an array pre php 7.1
I see that there are multiple code branches in this repository but which is best to use? "Master" has not been updated in 4 years and I am not sure...
Users should be able to login with any valid MySQL user, which gives them access to only those databases/tables they have privileges. Root should be able to access everything.
Hello, may I suggest building a distribution pipeline in addition to your release-pipeline to assemble packages for various Linux distributions? PMA is installable with a single `apt-get`command: to compete with...
Users should be able to import/export any number of databases or any number of tables within a database. We should at least support SQL and CSV formats.
Users should be able to execute custom SQL and see the output.
The `root` user should be able to: - Create new users and manage their access to databases - Update users - Delete users
Users should be able to: - View a paginated table of rows - Add new rows of data - Update column values - Delete rows
Users should be able to: - Create new databases - Update/rename databases - Drop databases
Users should be able to: - Create new tables - Update/rename tables - Truncate/Drop tables