Download List

Projeto Descrição

Remote MySQL Manager is PHP code to manage a
MySQL database over the Web. It lets you add/drop
databases and tables, insert/update/delete records,
enter free-form SQL queries, plus other things.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-15 03:58
1.16

Mais funções foram retirados do conector DB. Insert_record.php, sql_interface.php e action.php foram limpos ou melhorados. index.html é w3c (HTML 4.01 Transitional) compatível e outras páginas são iniciados para a W3C (HTML 4.01 Transitional) conformidade. Um eco de depuração também foi removida na ação incluir campo.
Tags: Minor bugfixes
More functions were removed from the db connector. Insert_record.php, sql_interface.php, and action.php were cleaned up or improved. index.html is w3c (HTML 4.01 Transitional) compliant, and other pages are started towards w3c (HTML 4.01 Transitional) compliance. A debug echo was also removed in the add field action.

2003-03-11 01:23
1.15

Esta versão corrige erros de sintaxe para a concessão e revogação de privilégios (eles trabalham agora) e cria uma "Adicionar usuário ao banco de dados" de ação.
Tags: Minor bugfixes
This release fixes syntax errors in granting and revoking privileges
(they work now) and creates an "add user to database" action.

2003-03-05 10:52
1.14

Esta versão oferece suporte a consultas com nenhuma ação de saída. Acção links já não abranger várias linhas, o filtro de DB não é mais é envolvido com% s, e as tabelas podem ser despejados em texto puro.
Tags: Minor feature enhancements
This version supports queries with no output actions. Action links no longer span multiple lines, the DB filter is no longer is wrapped with %s, and tables can be dumped in plain text.

2002-12-25 22:34
1.13

A tabela de criar bug foi corrigido. As referências ao banco de dados var db_connector foram removidos. Action.php segue 4,1 e mais novo post e get vars. Nav foi padronizada e alterados. A função de controlo e manuseamento do_actions foi criado.
Tags: Minor bugfixes
A create table bug has been fixed. References to the database var in db_connector have been removed. Action.php follows 4.1 and newer post and get vars. Nav has been standardized and changed. A function for checking and handling do_actions has been created.

2002-12-12 15:49
1.12

Ao criar uma tabela, agora você pode especificar qual o tipo de tabela para criar. Após o login, você pode mudar o filtro do banco de dados sem ir para a página de login e efetuar login novamente. "Widgets" foram retirados da página de visualização de dados. Sql Livre foi renomeada como usuário do SQL e se transformou em uma "ação". Dependendo do arquivo no servidor do PHP ini, a página da ação seria dar um aviso / erro, e isso foi corrigido.
Tags: Minor feature enhancements
When creating a table, you now can specify what type of table to create. After logging in, you can change the database filter without going to the login page and logging in again. "Widgets" have been removed from the database view page. Free sql has been renamed user sql and turned into an "action". Depending on the PHP server's ini file, the action page would give a warning/error, and this has been fixed.

Project Resources