SmallAdmin v0.4 Just go to http://yourdomain.com/smallAdmin_path/, and enter the username/password to connect to MySQL Server of your choice. If you get thrown back to login form, it means that it couldn't connect to the MySQL Server. You can choose persistent connection, if you wish and if the MySQL Server is configured to accept them. If you choose to be remembered, please enable cookies on your browser. The host, username, password and persistance will be stored in cookies. Since the May 2006 build, on the main page you can execute multiple queries if you choose to. Actualy, you will be redirected to the import/batch section. Since the June build, table listing is done using Ajax. If this doesn't work for you, please see the previous build. The query form is submitted by POST. If you want to submit your query via GET, please check the appropiate button. Beware that you cannot submit large amounts of data via GET. BACK-UP / RESTORE It just copies a bunch of tables from one database to another or to the same database, but it prepends table names with a string. It can also append a string to a table name. Thus, a table 'test_table' can become 'bak_test_table', 'test_table_bak' or 'bak_test_table_bak'. Or whatever, you got the idea. Restore does the reverse thing. ********** WARNING! ********** In case of restore or backup, if a table already exists it will be dropped. If you mess anything up (and you know you eventually will), it's not my fault ****************************** Please report any bugs to smalladmin@scarlat.ro For the latest version please go to http://px.ro/smallAdmin/ -- Known Bug: If you have this field: some_field varchar(32) NOT NULL default 'some\' text' the 'create table' command wil return: some_field varchar(32) NOT NULL default 'some' text' note the unescaped ' for the default value. This also happens in enum and set fields. Take care. I consider this a MySQL bug for 'show create' and 'describe' commands, so I'm not going to fix it. This tool is designed to be free for everybody. You can do whatever you want with it. -- Again, please report any bugs to smalladmin@scarlat.ro