rdcom
Thu 8th Feb '01, 7:53pm
When I use these settings for my VBB,
<?php
// only mysql is supported at the moment
$dbservertype="mysql";
// hostname or ip of server
$servername="mediazip.com";
// username and password to log onto db server
$dbusername="batr";
$dbpassword="***********";
// name of database
$dbname="birnie";
//allow password viewing / editing in control panel
// 0 = not visible or editable
// 1 = not visible, but can be edited
// 2 = visible and can be edited
$pwdincp=2;
?>
I get the following error...
Attempting to connect...
Warning: Unknown MySQL Server Host 'mediazip.com' (2) in /home/med1az1p/mediazip-www/webboard/admin/db_mysql.phtml on line 50
Warning: Supplied argument is not a valid MySQL-Link resource in /home/med1az1p/mediazip-www/webboard/admin/db_mysql.phtml on line 56
Somebody knows more about it?
mediazip.com says that it supports PHP and MYSQL.
What do I do wrong?
Thanks in advance..
<?php
// only mysql is supported at the moment
$dbservertype="mysql";
// hostname or ip of server
$servername="mediazip.com";
// username and password to log onto db server
$dbusername="batr";
$dbpassword="***********";
// name of database
$dbname="birnie";
//allow password viewing / editing in control panel
// 0 = not visible or editable
// 1 = not visible, but can be edited
// 2 = visible and can be edited
$pwdincp=2;
?>
I get the following error...
Attempting to connect...
Warning: Unknown MySQL Server Host 'mediazip.com' (2) in /home/med1az1p/mediazip-www/webboard/admin/db_mysql.phtml on line 50
Warning: Supplied argument is not a valid MySQL-Link resource in /home/med1az1p/mediazip-www/webboard/admin/db_mysql.phtml on line 56
Somebody knows more about it?
mediazip.com says that it supports PHP and MYSQL.
What do I do wrong?
Thanks in advance..