Brinkster Knowledge Base
How do I install phpMyAdmin
http://www.phpmyadmin.net/ and download the phpMyAdmin application. The latest stable version is recommended. Unzip the downloaded file and open config.inc.php with a text editor.
You will need to add or change the following lines:
$cfg['Servers'][$i]['host'] = 'mysql?.brinkster.com';
Make sure you replace mysql?.brinkster.com to your MySQL hostname. You can find this hostname in the Website Settings section of the control panel.
Then you can upload the files to your Brinkster web space.