Hungarian update
[phpmyadmin/crack.git] / README.VENDOR
blobd241829958e4ffeb14b33bd1166fbbaafdb1d57d
1 $Id: README 10967 2007-12-08 12:46:36Z lem9 $
3 phpMyAdmin - hints for distributing phpMyAdmin
4 ==============================================
6 This document is intended to give advices to people who want to
7 redistribute phpMyAdmin inside other software package such as Linux
8 distribution or some all in one package including web server and MySQL
9 server.
12 Setup script
13 ------------
15 If you want to integrate setup script to your packaging, you might want
16 to change $cfg_db['_config_file_path'] in setup/lib/config_info.inc.php
17 to point to place where you want to generated config file to be saved.
18 Please note that directory and the file has to be writable for web
19 server user.
21 # vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us