sir drek,I set all the previleges already. still 500 internal Server error. and why is it that in mySql The database size it has 0.0 Mb . but in php admin it has 94 files.
Admins can you help me with my config.php i cant c0nnect my database to my script what do i have to input on the following? <?php
$dbname = "westmack_puge"; //change to your mysql database name
$dbhost = "localhost"; //database host name
$dbuser = "westmack_west";
$dbpass = "tremoved";
my...