Download List

Projeto Descrição

WySQL is a CLI-like Web console interface for
remote database management when telnet and SSH are
not available. It also includes a Web/SQL toolset.
It supports multiple databases (currently MySQL
and PostgreSQL) and features history and playback
of previous commands and scripts. The DBMS, host,
user, password, and database name can be forced or
entered in the control panel.

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.

2005-07-01 17:20
2.0.0-beta3

Esta versão corrige diversos problemas: A versão beta V2 anterior mantido usando o console V1 e V2 o console nunca foi testado. O construtor da classe foi incorreto, e não foi feita a inicialização (isto não teve nenhum impacto, mas o console). A manipulação da sessão foi adaptada, que agora deve funcionar, apesar da definição de session_autostart e register_globals, mas provavelmente não vai funcionar em versões mais antigas do PHP. Entradas de escolha única no database.php não foram definidas por do_connect (), cujos parâmetros, se estiver definido, agora substituir as entradas database.php. O console (SGBD) prompt não foi exibido.
This release fixes several problems: The previous V2 beta kept using
the V1 console, and the V2 console has never been tested. The class
constructor was misspelled, and no initialization was performed
(this had no impact but the console). The session handling has been
rearranged; it should now work despite the setting of session_autostart
and register_globals, but it probably won't work under older versions of
PHP. Single-choice entries in database.php were not set by do_connect(),
whose parameters, if set, now override the database.php entries. The
console (dbms) prompt was not displayed.

2004-10-13 15:45
2.0.0-beta

WySQL foi reposta de um objeto de estilo orientado. Compatibilidade com versões anteriores foi mantido para a chamada de procedimento. Alguns pequenos erros foram corrigidos no arquivo Driver.php, que foi renomeado para wysql_driver.php. Quase todos os nomes de script foram prefixados com "wysql_". begin (), commit (), e rollback () foram implementadas como métodos (e funções para o modo de procedimento), embora sejam procedimentos.
Tags: Major feature enhancements
WySQL has been reimplemented with an object
oriented style. Backward compatibility has been
kept for procedural calling. Minor typos have been
fixed in the driver.php file, which was renamed to
wysql_driver.php. Almost all the script names have
been prefixed with "wysql_". begin(), commit(),
and rollback() have been implemented as methods
(and functions for the procedural mode), even
though they are queries.

2003-10-20 10:02
1.4.0

Um plano para renomear as variáveis globais e funções (o motorista) foi introduzido, e algumas mudanças estéticas foram feitas.
Tags: Minor feature enhancements
A plan for renaming global variables and
functions (the driver) was introduced, and some
aesthetic changes were made.

2003-06-21 00:07
1.3.1-beta

Esta versão adiciona suporte nova função e corrige alguns bugs menores.
Tags: Minor feature enhancements
This release adds new function support and fixes a few minor bugs.

2002-10-17 02:12
1.2.0-beta

Suporte para múltiplos SGBDs foi implementado.
Tags: Major feature enhancements
Support for multiple DBMSs has been implemented.

Project Resources