Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-22-2005, 08:18 PM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
Question vip.graal.net HELP

Hi, i'm currently trying to setup a vBulletin message board on my VIP webhosting account. ( playerworld72.graal.net ) When i try and install the board it says i have something inserted incorrectly in my config.php file.

Here's exactly what the error message says:
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /www/pw/_p/_pl/_playerworld72/upload/includes/db_mysql.php on line 140

The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.

Can someone please tell me if this is correct?

$servername= www.graal.net
$dbusername= Admin-Playerworld72
$dbpassword= graalonlinepassword
$dbname= forum

Please help me.
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center
Reply With Quote
  #2  
Old 06-22-2005, 09:33 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by Matt
$servername= www.graal.net
$dbusername= Admin-Playerworld72
$dbpassword= graalonlinepassword
$dbname= forum
VIP users only get one database, and it is vip-accountname (all lowercase). The same goes for the username. Servername is localhost. Enclose them all in quotes, like $servername = "localhost";
Reply With Quote
  #3  
Old 06-22-2005, 09:39 PM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
Quote:
Originally Posted by CheeToS2
VIP users only get one database, and it is vip-accountname (all lowercase). The same goes for the username. Servername is localhost. Enclose them all in quotes, like $servername = "localhost";
Do you mean apostrophes? In their examples they use apostrophes instead.

EXAMPLE

// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$canrunqueries = '';
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center
Reply With Quote
  #4  
Old 06-22-2005, 09:41 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by Matt
Do you mean apostrophes? In their examples they use apostrophes instead.

EXAMPLE

// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$canrunqueries = '';
Either way will work. An apostrophe would be more appropriate, though.
Reply With Quote
  #5  
Old 06-22-2005, 09:50 PM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
Alright, it's still not working. This is what i have for the config.php file. Is this correct?


// ****** DATABASE SERVER NAME ******
// This is the hostname or IP address of the database server.
// It is in the format HOST:PORT. If no PORT is specified, 3306 is used.
// If you are unsure of what to put here, leave it at the default value.
$servername = 'localhost';

// ****** DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$dbusername = 'Admin-Playerworld72';
$dbpassword = 'graalpassword';

// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$dbname = 'forum';

// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$technicalemail = '[email protected]';

// ****** PERSISTENT CONNECTIONS ******
// This option allows you to turn persistent connections to MySQL on or off.
// The difference in performance is negligible for all but the largest boards.
// If you are unsure what this should be, leave it off.
// 0 = Off; 1 = On
$usepconnect = 0;
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center
Reply With Quote
  #6  
Old 06-23-2005, 04:40 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Did you pay for the board? Can we see the license subscription? Graal doesn't want to get in trouble if yours is nullified.

My License:
Attached Thumbnails
Click image for larger version

Name:	my-license.JPG
Views:	155
Size:	44.4 KB
ID:	32500  
Reply With Quote
  #7  
Old 06-23-2005, 04:58 AM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
Quote:
Originally Posted by KuJi
Did you pay for the board? Can we see the license subscription? Graal doesn't want to get in trouble if yours is nullified.

My License:

Yes, i do have a license. May i ask what information you put in your config.php?
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center
Reply With Quote
  #8  
Old 06-23-2005, 05:07 AM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
License.
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center

Last edited by CheeToS2; 06-23-2005 at 06:12 AM.. Reason: Image contained serial number
Reply With Quote
  #9  
Old 06-23-2005, 05:09 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Alright, answer my im and I will help you setup.
Reply With Quote
  #10  
Old 06-23-2005, 05:10 AM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
Quote:
Originally Posted by KuJi
Alright, answer my im and I will help you setup.
I haven't recieved one.
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center
Reply With Quote
  #11  
Old 06-23-2005, 05:37 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
For some reason I can't change permissions of the config file.
Reply With Quote
  #12  
Old 06-23-2005, 05:45 AM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
How would i get my MySQL password reset?
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center
Reply With Quote
  #13  
Old 06-23-2005, 06:18 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by Matt
How would i get my MySQL password reset?
Assuming you're using VIP hosting, it still doesn't look like you have your database username and database name typed correctly. Log into http://vip.graal.net, and it will tell you the correct username and database name to use.
You can't reset your MySQL password yet, so you'd have to contact MagicalTux about that. Try logging in to phpMyAdmin with vip-admin-playerworld72 as the username instead of Admin-Playerworld72.
Reply With Quote
  #14  
Old 06-23-2005, 06:21 AM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
Quote:
Originally Posted by CheeToS2
Assuming you're using VIP hosting, it still doesn't look like you have your database username and database name typed correctly. Log into http://vip.graal.net, and it will tell you the correct username and database name to use.
You can't reset your MySQL password yet, so you'd have to contact MagicalTux about that. Try logging in to phpMyAdmin with vip-admin-playerworld72 as the username instead of Admin-Playerworld72.
Still will not work. I pm'd Spark seeing as how he's online more often.
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center
Reply With Quote
  #15  
Old 06-23-2005, 01:24 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
The DB is playerworld72 and so is the mysql username. I already checked that out for him. He just needs to find out the mysql password and insert it. Then he has to install and it should work.
Reply With Quote
  #16  
Old 06-23-2005, 05:44 PM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
Quote:
Originally Posted by KuJi
The DB is playerworld72 and so is the mysql username. I already checked that out for him. He just needs to find out the mysql password and insert it. Then he has to install and it should work.
Alright, thanks. I forum pm'd MagicalTux also. I'll let you know if i need help installing once i retrieve the password.
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center
Reply With Quote
  #17  
Old 06-23-2005, 06:20 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Hey what part of NY you from?


Also:

If you need help installing any addons, I can help with that aswell :o
Reply With Quote
  #18  
Old 06-23-2005, 06:21 PM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
Quote:
Originally Posted by KuJi
Hey what part of NY you from?


Also:

If you need help installing any addons, I can help with that aswell :o
I'm from Long Island, and will do if i need help.
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center
Reply With Quote
  #19  
Old 06-23-2005, 06:29 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
VBindex is a ++ :o
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:00 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.