|
Unofficial modifications nieoficjalne modyfikacje for?w phpBB by Przemo |
|
English FAQ - phpMyAdmin - installation
paszczak000 - Pon 01 Maj, 2006 Temat postu: phpMyAdmin - installation phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, manage privileges,export data into various formats and is available in 48 languages.
DOCUMENTATION
1. First of all You must go to http://www.phpmyadmin.net/ and download the latest and stable version
2. Unpack all and upload to your server
3. Open config.inc.php and find something like this:
Kod | $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address |
You must change:
Kod | $cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type) |
Change yours user, host and password
4. Next find $cfg['PmaAbsoluteUri'] and set to www.myserwer.com/my_phpmydmin/ - your url to phpmyadmin
For more, check google.com.
|
|