» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 70
0 members and 70 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
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
Rimonabant
www.rimonabant-weight-loss.com
Football Betting - best nfl betting promotions at sportsbook.com.
Poker Chips - Clay and composite poker chips for home games.

Register Now! Contact Us

About this Page
This is a discussion on There seems to be a problem with the MySQL server, sorry for within the Nuke 7.x - General forums, part of the PHP-Nuke 7.x category; Hi thanks marty for the link it work when my site is up i will link you guys up... However ...



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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-09-2006, 02:24 PM
Junior Member
 
Join Date: Feb 2006
Posts: 38
There seems to be a problem with the MySQL server, sorry for
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
  #2 (permalink)  
Old 03-09-2006, 02:49 PM
Member
 
Join Date: Jul 2004
Posts: 450
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
  #3 (permalink)  
Old 03-09-2006, 02:58 PM
Junior Member
 
Join Date: Feb 2006
Posts: 38
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
  #4 (permalink)  
Old 03-09-2006, 03:06 PM
Member
 
Join Date: Jul 2004
Posts: 450
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
  #5 (permalink)  
Old 03-09-2006, 03:07 PM
Junior Member
 
Join Date: Feb 2006
Posts: 38
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
  #6 (permalink)  
Old 03-09-2006, 03:19 PM
Member
 
Join Date: Jul 2004
Posts: 450
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
  #7 (permalink)  
Old 03-09-2006, 03:23 PM
Junior Member
 
Join Date: Feb 2006
Posts: 38
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
  #8 (permalink)  
Old 03-09-2006, 03:28 PM
Member
 
Join Date: Jul 2004
Posts: 450
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
  #9 (permalink)  
Old 03-09-2006, 03:34 PM
Junior Member
 
Join Date: Feb 2006
Posts: 38
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 11:41 AM
problem with sql server please try later etc etc shark1e Nuke 7.x - General 6 03-09-2005 03:26 PM
I really need help with PHP and MySQL jasonmkiggy Site design 4 10-01-2004 01:19 PM
Need help with PHP/MYSQL Akadios Site design 2 08-19-2004 10:44 AM
Can't connect to mySQL server zeus Purged Topics 1 11-07-2002 07:59 PM


All times are GMT -5. The time now is 08:14 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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