MyWebSQL icon indicating copy to clipboard operation
MyWebSQL copied to clipboard

Next generation tool for database web administration

Results 13 MyWebSQL issues
Sort by recently updated
recently updated
newest added

The "Update Records" tab has issues when I change table data to NULL Let's say I have a table called "table_name" and column "column_name". I set Data Type = int,...

I've found an issue when I delete a db from another client. In MyWebSQL the db name stay in session but there are no a check if db still exists....

...then many functions do not work, especially: "Search in Database"

fix

Hi, Defining individual database names in config/database.php to control access is great but its somewhat static and require manual intervention whenever a new database get created. Can we have a...

enhancement

Hello, How can we enforce sslmode=require in pgsql drivers in this. Please assist. Will a server configured as 'Test abc' => array( 'host' => '1.1.1.1:5400;sslmode=require', 'driver' => 'pgsql' ) would...

feature

I am using myWebSQL for PostgreSQL and each time in login page I have to change server from localhost mySQL to localhost PostgreSQL. My question, how can I make localhost...

enhancement

Hi, Updating database records does not work on sqlite3. I have found sqlite3.php is calling sqlite_changes() which is an old (sqlite2) function. Please see error below. ``` "PHP message: PHP...

fix

If you edit or create some records in the interface and you forget to click "Update All Records" and click on an other table, all changes are lost. Maybe a...

enhancement

Hello, just wondering if it is possible to save or open SQL queries (ie., .sql or .psql files) with this client?

Hi, First of all, wonderful interface support for multiple databases. Also was wondering if there is any support provided for Amazon Redshift Cluster as it is built on top of...