MyWebSQL is a Web-based MySQL database management client, similar to phpMyAdmin, but with a better-looking interface. In addition to operating table data, MyWebSQL can also control objects including views, stored procedures, triggers and functions, and supports the import and export of data and query results. MyWebSQL also has a built-in SQL editor with syntax coloring function.
MyWebSQL3.7 update log: 2016-10-01
BUG FIXES: - Problem with php running in nginx server; - Corrupted output in some php configurations, mainly due to incompatible settings; - PostgreSQL database table does not show tables when importing single table data from csv file; - In some php configurations, database selection does not work because cookies and request variables are merged; - Insert queries generated for some Pgsql databases cannot be executed due to syntax errors; - Fix data table import errors with pgsql databases, using tables Namespace generates incorrect queries; - Fixed sorting and paging issues for query data (thanks to Peng Xiao for his valuable comments). General: - Added compatibility with PHP5.2 after user request.