Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 47
0 members and 47 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
The Lyric Archive
Dining Room Furniture

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
There seems to be a problem with the MySQL server, sorry for
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 38
Join Date: Feb 2006
There seems to be a problem with the MySQL server, sorry for - 03-09-2006, 03:24 PM

Hi thanks marty for the link it work when my site is up i will link you guys up...
However after that i upgrade the patch 3.2 www.mysite/phpnuke/upgrade.php i get his
(There seems to be a problem with the MySQL server, sorry for the inconvenience.We should be back shortly.) Did the upgrade.php went for a coffee break?lol anyone can solve this?


1)when i unzip there is a file upgradedl.sql where should i put into?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-09-2006, 03:49 PM

Sorry you lost me :? talking about an upgrade, you upgraded what to what to what any why ?

The message your getting simply means the Site (nuke) cant connected to your MySQL database, did you change or add and new information to that upgrade ?

Check your config.php file that all entries are as they where


What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 38
Join Date: Feb 2006
03-09-2006, 03:58 PM

Quote:
Originally Posted by Marty
Sorry you lost me :? talking about an upgrade, you upgraded what to what to what any why ?

The message your getting simply means the Site (nuke) cant connected to your MySQL database, did you change or add and new information to that upgrade ?

Check your config.php file that all entries are as they where
marty nope did not change i just replace i delete the config.php from the root and patch the config.php from the patch my is 7.6
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-09-2006, 04:06 PM

old new ok, but did you check that the entries are the same ?


$dbhost = "localhost";
$dbuname = "xxxxx";
$dbpass = "xxxxx";
$dbname = "xxxxx";
$prefix = "nuke";


Did you FTP your own files or where did you get Nuke ?


What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 38
Join Date: Feb 2006
03-09-2006, 04:07 PM

Quote:
Originally Posted by Marty
old new ok, but did you check that the entries are the same ?


$dbhost = "localhost";
$dbuname = "xxxxx";
$dbpass = "xxxxx";
$dbname = "xxxxx";
$prefix = "nuke";


Did you FTP your own files or where did you get Nuke ?
Marty my come from the cpancel
marty $dbhost = "localhost", where can i find this file?

marty i find this is it correct code?

what are the code that need to be change?

$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "xxxx*xxxxxxxxxxxxxxxxxxx";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "XXXX";
$tipath = "images/topics/";
$display_errors = false;
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-09-2006, 04:19 PM

When you used cpanel to load your site, it automatically created a database a username a password to match, what you need to do now is goto your cpanel and select MySQL on that page you need to create a new database user with a password. Then you need to give that user access to the nuke database.

The reason is you deleted the orginal config.php file ?

So when you do the above you need to open the config.php and put whatever username and password you setup, you with me ?


What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 38
Join Date: Feb 2006
03-09-2006, 04:23 PM

Quote:
Originally Posted by Marty
When you used cpanel to load your site, it automatically created a database a username a password to match, what you need to do now is goto your cpanel and select MySQL on that page you need to create a new database user with a password. Then you need to give that user access to the nuke database.

The reason is you deleted the orginal config.php file ?

So when you do the above you need to open the config.php and put whatever username and password you setup, you with me ?
marty i get it
first the cpanecl Mysql DB on this phpnuke the name and pass word is there so shall i copy back the name?

Also i have another phpbb install in the Mysql with the same user name i try both se how thanks O_O cracking my brain cell ZZzz lol
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-09-2006, 04:28 PM

Well yes if you know the username and password put that in.

$dbhost = "localhost";
$dbuname = "database username";
$dbpass = "database password";
$dbname = "database name";
$prefix = "nuke";


What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 38
Join Date: Feb 2006
03-09-2006, 04:34 PM

Quote:
Originally Posted by Marty
Well yes if you know the username and password put that in.

$dbhost = "localhost";
$dbuname = "database username";
$dbpass = "database password";
$dbname = "database name";
$prefix = "nuke";
thanks for ur speedy "medic kit"
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mysql connect problem Killalla Nuke 6.5 to 6.9 - General 0 10-29-2005 12:41 PM
problem with sql server please try later etc etc shark1e Nuke 7.x - General 6 03-09-2005 04:26 PM
I really need help with PHP and MySQL jasonmkiggy Site design 4 10-01-2004 02:19 PM
Need help with PHP/MYSQL Akadios Site design 2 08-19-2004 11:44 AM
Can't connect to mySQL server zeus Purged Topics 1 11-07-2002 08:59 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31