On Tue 13. 9. 2005 14:21, Michal Čihař wrote:
- There is no config.inc.developer.php anymore, use config.inc.php
instead as any other user.
Just few other notes:
- you don't need config,inc.php at all if you have empty root password in MySQL :-).
- if you have non empty password, this is enough for you:
<?php $cfg['Servers'][1]['password'] = 'password'; ?>