Multiple Databases
You'll need a separate MySQL database for each blog you plan to install. If you have not yet created these, basic instructions are found here.
The wp-config.php file will vary for each installation. The lines to change are:
define('DB_NAME', 'wordpress'); // The name of the database
define('DB_USER', 'username'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
DB_NAME will be the name of the individual database created for that blog. If you are using different user logins for each database, edit DB_USER and DB_PASSWORD to reflect this, as well.
Upload each wp-config.php file to its specific root/installation directory, and run the installation. See Installing WordPress for more information.
Again, bear with me as im not great at this, but Im assuming I should be changing db name to unsignedsounds, user to unsignedsounds_ as per the details from one.com and password to the mysql password given to me by one.com?? and thats it???
thats all i recall doing with the first site.....