------------------------------------------- English documentation of php MySQL Explorer ------------------------------------------- 1 - Presentation 2 - Install 3 - Configuration 1 - Presentation MySQL Explorer is an data MySQL data base manager like phpMyAdmin. It was more light and simple but too powerfull. MySQL Explorer you propose : - explore database, - explore tables, - create database, - drop database, - drop table, - login, - drop line, - create table, - you can define a user, password and host by default, - you can just define a host by default, - you can define only database you can manage, - empty table, - sort view of table, - do request, - optimize table, - show table schema, - add field in table, - setup primary/unique/index key, - delete primary key, - edit field, - add line in table, - edit line of table, - you config : - autorized drop database, - autorized drop table, - autorized create database, - autorized create table, - ckeck sql request to create table/database drop table/data base. - support backslashes ` 2 - Install Download et unzip archive that you have download at the web site http://php4php.free.fr/poppy_portal. 3 - Configuration Edit le fichier config.php. $NB_ELEMENT_PER_PAGE : number of item per page on one page, $userDefault : default user to connect at database. If is set, no login, password or host was asked. $passwordDefault : default password to connect at database. If is set, no login, password or host was asked. $hostDefault : default host to connect at database. If is set, no host was asked. It can be setup separately. $onlyDB : database name that user can only view. $allowDropDatabase : user can drop database. $allowDropTable : user can drop table. $allowCreateTable : user can create table. $allowCreateDatabase : user can create database. $DefaultLanguage : default language. Filename of language file without .php extend. $addBackQuote : add backquote in table or field name.