[WinMySQLAdmin]
Server=C:/mysql/bin/mysqld-nt.exe
user=ssss
password=blah
config.inc.php:
// ------------------
// Database Variables
// What type of database are you running
// current options
// mysql, (postgres, sybase are available but untested)
$config['dbtype'] = "mysql";
// Server hosting the database
$config['dbserver']= "63.161.3.227";
// Username that has permissions to the database
$config['dbuser'] = "ssss";
// Password for the database
$config['dbpass'] = "blah";
// Name of the database
$config['dbname'] = "mysql";
// Table name prefix (Do not edit after the initial install!)
$config['tbprefix'] = "w3t_";