110DBManager history changes:

V3.7 changes released 29 June, 07: (110DBManager LATEST VERSION)

  • Improved script performance up to 40% faster. By reprogramming cumbersome & redundant code.
  • "Import Database" had incompatibility issues with databases exported with phpMyAdmin. This is now fixed and they work perfectly in harmony.
  • Size of script cut down by 50%. From 260KB to 160KB, by compressing it using Zend and stripping out poor performing code.
  • Databases of +-20MB is size would not export. You were shown a window to save 110dbmanager.php to your PC. Now it'll export big database fine.
  • Yet another major security flaw found which allowed an XSS injection by a hacker. Meaning he could inject instructions into your MySQL database in order to gain access to it, or extract contents.
  • Bug fixed where exporting via .sql didn't export all the selected tables & their content. This happened 40% of the time with databases 1-2MB in size.

V3.6 changes released 1 June, 07:

  • "Bigdump Import" can now import extended and complete inserts.
  • SQL-query window refused to process queries with complicated chars in them, while Import & Bigdump imported them fine. Now SQL-query window will also process them successfully.
  • Exporting your DB to file was messing up formatting with DROP TABLE IF EXISTS. If you were to import same DB via Bigdump it'll give you an error. So Export formatting is now fixed hence Bigdump won't have any problems importing the same database.

V3.5 changes released 31 May, 07:

  • Can now export your tables or whole database in compressed .GZ format.
  • Added ability to view status of your database (gives you an overview).
  • Added ability to see status of servers MySQL status.
  • Added ability to show servers MySQL server variables (for advanced users).
  • Added PHPInfo viewer to see servers PHP variables.
  • Secured "Database username" field against XSS injection. To prevent hacks into your DB.
  • Minor layout changes

V3.2 changes released 10 April, 07:

  • Added fail-safe system in case your database isn't showing from drop down box. As was prevalent on box4/10.
  • Minor layout changes

V3.1 changes released 7 April, 07:

  • Simplified login system
  • Alternative import method (called "Bigdump") for importing humongous size database files. Also less error prone then first type.
  • Can select whether to export database with extended inserts or not.
  • Can select select whether exported database should include DROP TABLE IF EXISTS or not.
  • Solved bug with "Import Database" creating a undeletable number directory on your account if import of database failed.

V3.0 changes/add-ons:

  • Added ability to show export code of selected tables within 110dbmanager. This way you can alternate between exporting to a file or simply copy-pasting it to wherever you'd like.
  • Export output code for table records is now in "extended" format (what MySQL Dump does). This produces +-50% smaller output file.
  • Export will tell you time & date of the operation.
  • You can now edit any table, records or it's values.
  • Added ability to: Search within the database, Browse it, Drop Fields, Change table structure, and many more features to list here

V2.0 changes/add-ons:

  • Added abiliy to tick which tables to work on.
  • Added ability to Optimize tables (increase speed of your script)
  • Added ability to Repair tables (incase your script gives weird MySQL errors)
  • Added ability to Empty tables (useful for tables like "cache" or "sessions")
  • Added ability to process multiple SQL queries in the window.
  • Added ability to create tables manually.
  • Safer logout system. (thanks to DarkRaito forum Moderator)
  • "DROP TABLE IF EXISTS" is added on exported tables. Therefore no need to drop/delete
    your current database before importing. (thanks to DarkRaito forum Moderator)
  • Added these information fields: Size, Overhead, Records, Type
  • Improved "Export" feature.
  • Improved "Import" feature.
  • Script speed improvement

v1.3 Changes:

  • Automatically drops tables if they already exist in database. Hence you don't need to delete them before you import.
  • Logout now clears cookies (safer)
  • Extended help for importing databases.
  • Fixed bug from v.1.1 with importing database.

v1.1 Changes:

  • Improved GUI
  • Can import .gz (compressed) database files. Useful when importing big database files from another host.
  • Minor changes.