Forum Moderators: coopster
Using it really is easy: just copy to your server and edit the mysql server part in config.inc.php. It has a lot of comments that should get you there.
Easy Testing: put a php file on your server like
<?php
phpinfo();
?>
name it test.php or whatever and call it from your browser. It will give you all the environment data on Php and includes MYSQL info. If that's there, then myadmin should work.