Log in

View Full Version : Mysql problem


brianmt
01-01-2007, 01:09 AM
If I go to mysql27.secureserver.net (http://mysql27.secureserver.net.) to use my phpMYadmin sql database. Do I put mysql27.secureserver.net in the the database name spot?

For example where do I put it in these codes.

// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'what do I put in here?';

or/and

// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = 'what do I put here?';


And for the username and pass, do I use the user and pass that I use to access the databases from the mysql27.secureserver.net or something else?


Ty so much guys!

Marco van Herwaarden
01-01-2007, 06:07 PM
You would use the databasename (and MySQL user/pass) for the dbname, etc.

For server you probably need to use mysql27.secureserver.net