* Version: $Id: setup.php 10748 2007-10-10 07:30:59Z cybot_tm $ * Date: Fri, 27 Jun 2008 08:49:24 GMT */ $cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/'; // path for phpMyAdmin /* Servers configuration */ $i = 0; /* Server localhost (config:root) [1] */ $i++; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['extension'] = 'mysql'; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['compress'] = false; $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'your password'; $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; // Database used for Relation, Bookmark and PDF Features /* End of servers configuration */ ?>
Site hosted by Angelfire.com: Build your free website today!