server error

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
Beta5
-


Joined: 08 Jun 2005
Posts: 13

PostPosted: Sat Jun 11, 2005 6:03 pm    Post subject: server error Reply with quote

ok im having a problem with my phpadmin i can't login to it. what i mean is when i try to go in to it using http://localhost/phpadmin or http://127.0.0.1/phpdamin

I get this error:
Quote:

MySQL said:
#2003 - The server is not responding


I have tryed reinstall MySQL, but I still get the same problem.
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Sat Jun 11, 2005 6:07 pm    Post subject: Reply with quote

you need to make sure mysql is running. go to the install path, normally c:\mysql\bin and open winmysqladmin.exe or the icon with traffic lights on it. Then try again. It should then work.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
jlp09550
-


Joined: 05 Jun 2005
Posts: 123
Location: Louisiana, USA

PostPosted: Sat Jun 11, 2005 6:24 pm    Post subject: Reply with quote

For me, MySQL normally starts up automatically once I do a shutdown or restart (which i almost NEVER do, yes, I use the hibernate feature! =P)
_________________
Hosted Abyss Sites-
http://jared.chibipaws.com/ - My Stuffs
http://jaredblog.chibipaws.com/ - My Blog
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Beta5
-


Joined: 08 Jun 2005
Posts: 13

PostPosted: Sat Jun 11, 2005 6:58 pm    Post subject: Reply with quote

I think i found out what the problem is.

when I go to my
start --> control panel --> Performance and Maintenance --> Administrative Tools --> Services

and i look for MySQL and then goto properties

the path of executable is all wrong how do i fix the path? I can't just change it in the properties for some reason?



EDIT:
ok i just got a screen shot of it: As you can see under Path to Excutable: The path is totally wrong and I would like to change that but how?
The path should be "C:\MySQL\bin\mysql.exe" or something?


Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Jun 12, 2005 4:02 pm    Post subject: Reply with quote

Beta5,

mysqld.exe is the server executable. mysql.exe is a command line utility that connects to the server. It is not the server.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Beta5
-


Joined: 08 Jun 2005
Posts: 13

PostPosted: Sun Jun 12, 2005 8:08 pm    Post subject: Reply with quote

aprelium wrote:
Beta5,

mysqld.exe is the server executable. mysql.exe is a command line utility that connects to the server. It is not the server.


oh i see, so how do i fix this little problem im having:


I have already tryed what "The Inquisitor" told me to do and tryed using that mysql.exe thing and it still dont work for me? any other way to fix this problem?
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sun Jun 12, 2005 9:48 pm    Post subject: Reply with quote

I believe that was me and I guess it was a typo I made , I meant use mysqld
executable and it should start , sorry for the typo mistake , I will fix that now.

Sincerley , TRUSTpunk
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Jun 13, 2005 3:16 pm    Post subject: Reply with quote

Beta5,

The error means that the MySQL was not started when PhpMyAdmin tried to connect to it. This is usually caused by a critical error that prevents MySQL from initializing.

This error could also be caused by wrong MySQL server information in config.php.inc in PhpMyAdmin. How have you configued this file?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Beta5
-


Joined: 08 Jun 2005
Posts: 13

PostPosted: Mon Jun 13, 2005 3:35 pm    Post subject: Reply with quote

aprelium wrote:
Beta5,

The error means that the MySQL was not started when PhpMyAdmin tried to connect to it. This is usually caused by a critical error that prevents MySQL from initializing.

This error could also be caused by wrong MySQL server information in config.php.inc in PhpMyAdmin. How have you configued this file?

If you mean "config.inc.php" yes i have configued that file, but only to add this line: http://127.0.0.1/phpadmin

Just like this:
$cfg['PmaAbsoluteUri'] = 'http://127.0.0.1/phpadmin';


but I also tryed adding this line too: http://127.0.0.1:port/phpadmin
just to see if it works or not i still get the same problem (i know its for if Im using a different port other than 80)
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Jun 14, 2005 12:53 pm    Post subject: Reply with quote

Beta5,

config.php.inc should be configured with the MySQL database location (usually localhost) and access parameters (MySQL user and password). Without these correctly set, access to the database will fail.

We recommend opening the config.php.inc file and reading the comments there to know what to configure and where.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Beta5
-


Joined: 08 Jun 2005
Posts: 13

PostPosted: Thu Jun 16, 2005 5:43 pm    Post subject: Reply with quote

aprelium wrote:
Beta5,

config.php.inc should be configured with the MySQL database location (usually localhost) and access parameters (MySQL user and password). Without these correctly set, access to the database will fail.

We recommend opening the config.php.inc file and reading the comments there to know what to configure and where.


thanks for your help i got it to work.
Back to top View user's profile Send private message
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Thu Jul 28, 2005 4:30 pm    Post subject: Reply with quote

p3 wrote:

If you want to post this kind of thing, "Off Topic Discussion" is the place to do it!!!!!


Pot, we have kettle calling for you on line two!
_________________

"Invent an idiot proof webserver and they'll invent a better idiot..."
Back to top View user's profile Send private message
p3
-


Joined: 17 Jun 2005
Posts: 615

PostPosted: Thu Jul 28, 2005 4:49 pm    Post subject: Reply with quote

Anonymoose wrote:
p3 wrote:

If you want to post this kind of thing, "Off Topic Discussion" is the place to do it!!!!!


Pot, we have kettle calling for you on line two!

What the....

Anonymoose, what's that supposed to mean? :-/
Back to top View user's profile Send private message Send e-mail
Moxxnixx
-


Joined: 21 Jun 2003
Posts: 1226
Location: Florida

PostPosted: Thu Jul 28, 2005 5:00 pm    Post subject: Reply with quote

LOL! He's referring to an old saying...
Here, I'll help you... http://www.goenglish.com/ThePotCallingTheKettleBlack.asp
Back to top View user's profile Send private message Visit poster's website
p3
-


Joined: 17 Jun 2005
Posts: 615

PostPosted: Thu Jul 28, 2005 5:06 pm    Post subject: Reply with quote

Moxxnixx wrote:
LOL! He's referring to an old saying...
Here, I'll help you... http://www.goenglish.com/ThePotCallingTheKettleBlack.asp

Oh, I see...


Hey, I ALWAYS post off topic stuff in the off topic section!!!!!!
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group