I have problem with connect to MySQL server please help me!!

This is a discussion on I have problem with connect to MySQL server please help me!! within the MySQL Database forums, part of the Database Forums category; hi to all plaese help me i have same problem when download the phpdev and phptriad i cant connect to ...


Go Back   Usenet Forums > Database Forums > MySQL Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-17-2007
suma
 
Posts: n/a
Default I have problem with connect to MySQL server please help me!!

hi to all

plaese help me i have same problem when download the phpdev and
phptriad i cant connect to mysql when click the MyAdmin apear this
messege in the page


'Warning: MySQL Connection Failed: Can't connect to MySQL server on
'localhost' (10061) in C:\apache\htdocs\phpmyadmin\lib.inc.php on
line
255"


i dont know why .. but the apache server is run ok


please help me as soon as possible

Reply With Quote
  #2 (permalink)  
Old 10-17-2007
Peter H. Coffin
 
Posts: n/a
Default Re: I have problem with connect to MySQL server please help me!!

On Wed, 17 Oct 2007 08:50:42 -0700, suma wrote:
> hi to all
>
> plaese help me i have same problem when download the phpdev and
> phptriad i cant connect to mysql when click the MyAdmin apear this
> messege in the page
>
>
> 'Warning: MySQL Connection Failed: Can't connect to MySQL server on
> 'localhost' (10061) in C:\apache\htdocs\phpmyadmin\lib.inc.php on
> line
> 255"
>
>
> i dont know why .. but the apache server is run ok
>
>
> please help me as soon as possible


Is it turned on? That is, is mysqld running?

--
Technical points aside, you could probably beat someone to
death with a Newton if you had to. Try that with a Palm Pilot!
--Dan Duncan in comp.sys.newton.misc
Reply With Quote
  #3 (permalink)  
Old 10-17-2007
Good Man
 
Posts: n/a
Default Re: I have problem with connect to MySQL server please help me!!

suma <suma_90@hotmail.com> wrote in news:1192636242.435200.304390
@q3g2000prf.googlegroups.com:

> hi to all
>
> plaese help me i have same problem when download the phpdev and
> phptriad i cant connect to mysql when click the MyAdmin apear this
> messege in the page
>
>
> 'Warning: MySQL Connection Failed: Can't connect to MySQL server on
> 'localhost' (10061) in C:\apache\htdocs\phpmyadmin\lib.inc.php on
> line
> 255"
>
>
> i dont know why .. but the apache server is run ok
>
>
> please help me as soon as possible


You should look for a forum/group devoted to PHPTriad.
Reply With Quote
  #4 (permalink)  
Old 10-17-2007
Jerry Stuckle
 
Posts: n/a
Default Re: I have problem with connect to MySQL server please help me!!

suma wrote:
> hi to all
>
> plaese help me i have same problem when download the phpdev and
> phptriad i cant connect to mysql when click the MyAdmin apear this
> messege in the page
>
>
> 'Warning: MySQL Connection Failed: Can't connect to MySQL server on
> 'localhost' (10061) in C:\apache\htdocs\phpmyadmin\lib.inc.php on
> line
> 255"
>
>
> i dont know why .. but the apache server is run ok
>
>
> please help me as soon as possible
>
>


It sounds like the MySQL daemon isn't running. MySQL needs this going
for apps to connect.

What OS are you running on, and how did you install MySQL?



--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote
  #5 (permalink)  
Old 10-18-2007
suma
 
Posts: n/a
Default Re: I have problem with connect to MySQL server please help me!!

On Oct 17, 11:16 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> suma wrote:
> > hi to all

>
> > plaese help me i have same problem when download the phpdev and
> > phptriad i cant connect to mysql when click the MyAdmin apear this
> > messege in the page

>
> > 'Warning: MySQL Connection Failed: Can't connect to MySQL server on
> > 'localhost' (10061) in C:\apache\htdocs\phpmyadmin\lib.inc.php on
> > line
> > 255"

>
> > i dont know why .. but the apache server is run ok

>
> > please help me as soon as possible

>
> It sounds like the MySQL daemon isn't running. MySQL needs this going
> for apps to connect.
>
> What OS are you running on, and how did you install MySQL?
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================- Hide quoted text -
>
> - Show quoted text -


my OS is windows XP and the phptriad and phpdev contain alredy apache
server "local server" and MySql database

Reply With Quote
  #6 (permalink)  
Old 10-18-2007
Peter H. Coffin
 
Posts: n/a
Default Re: I have problem with connect to MySQL server please help me!!

On 17 Oct 2007 18:31:44 -0700, suma wrote:
> On Oct 17, 11:16 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> suma wrote:
>> > hi to all

>>
>> > plaese help me i have same problem when download the phpdev and
>> > phptriad i cant connect to mysql when click the MyAdmin apear this
>> > messege in the page

>>
>> > 'Warning: MySQL Connection Failed: Can't connect to MySQL server on
>> > 'localhost' (10061) in C:\apache\htdocs\phpmyadmin\lib.inc.php on
>> > line
>> > 255"

>>
>> > i dont know why .. but the apache server is run ok

>>
>> > please help me as soon as possible

>>
>> It sounds like the MySQL daemon isn't running. MySQL needs this going
>> for apps to connect.
>>
>> What OS are you running on, and how did you install MySQL?
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================- Hide quoted text -
>>
>> - Show quoted text -

>
> my OS is windows XP and the phptriad and phpdev contain alredy apache
> server "local server" and MySql database


This does not answer the question "Is the mysql server running?" Is the
mysql server running? How do you know this? Something like "I checked
the Services pane of Manage System and I see the MySQL entry, and it's
status is listed as 'Started'" is a good answer.

--
"I know it's a buzzword [...], but fsckit, 'Enterprise' editions of things
*should* come with the phasers and photon torpedos and all.
Of course, the first vendor freebie you'd get would be a red shirt..."
-- Anthony de Boer in the Monastery
Reply With Quote
  #7 (permalink)  
Old 10-18-2007
Jerry Stuckle
 
Posts: n/a
Default Re: I have problem with connect to MySQL server please help me!!

suma wrote:
> On Oct 17, 11:16 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> suma wrote:
>>> hi to all
>>> plaese help me i have same problem when download the phpdev and
>>> phptriad i cant connect to mysql when click the MyAdmin apear this
>>> messege in the page
>>> 'Warning: MySQL Connection Failed: Can't connect to MySQL server on
>>> 'localhost' (10061) in C:\apache\htdocs\phpmyadmin\lib.inc.php on
>>> line
>>> 255"
>>> i dont know why .. but the apache server is run ok
>>> please help me as soon as possible

>> It sounds like the MySQL daemon isn't running. MySQL needs this going
>> for apps to connect.
>>
>> What OS are you running on, and how did you install MySQL?
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================- Hide quoted text -
>>
>> - Show quoted text -

>
> my OS is windows XP and the phptriad and phpdev contain alredy apache
> server "local server" and MySql database
>
>


I repeat - how did you install MySQL? I'm not familiar with either
phptriad or phpdev.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote
  #8 (permalink)  
Old 10-18-2007
Captain Paralytic
 
Posts: n/a
Default Re: I have problem with connect to MySQL server please help me!!

On 18 Oct, 02:31, suma <suma...@hotmail.com> wrote:
> On Oct 17, 11:16 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>
>
>
>
>
> > suma wrote:
> > > hi to all

>
> > > plaese help me i have same problem when download the phpdev and
> > > phptriad i cant connect to mysql when click the MyAdmin apear this
> > > messege in the page

>
> > > 'Warning: MySQL Connection Failed: Can't connect to MySQL server on
> > > 'localhost' (10061) in C:\apache\htdocs\phpmyadmin\lib.inc.php on
> > > line
> > > 255"

>
> > > i dont know why .. but the apache server is run ok

>
> > > please help me as soon as possible

>
> > It sounds like the MySQL daemon isn't running. MySQL needs this going
> > for apps to connect.

>
> > What OS are you running on, and how did you install MySQL?

>
> > --
> > ==================
> > Remove the "x" from my email address
> > Jerry Stuckle
> > JDS Computer Training Corp.
> > jstuck...@attglobal.net
> > ==================- Hide quoted text -

>
> > - Show quoted text -

>
> my OS is windows XP and the phptriad and phpdev contain alredy apache
> server "local server" and MySql database- Hide quoted text -
>
> - Show quoted text -


Try WAMP5 http://www.wampserver.com/en/
Was a painless install for me.

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:05 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0