PHP-MYSQL Error: Can't connect to MySQL socket. Can someone helpme out please?

This is a discussion on PHP-MYSQL Error: Can't connect to MySQL socket. Can someone helpme out please? within the PHP General forums, part of the PHP Programming Forums category; On Sun, May 11, 2008 at 1:29 AM, Rahul P <rahul986@gmail.com> wrote: > Oh... This ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #11 (permalink)  
Old 05-11-2008
Nathan Nobbe
 
Posts: n/a
Default Re: [PHP] PHP-MYSQL Error: Can't connect to MySQL socket. Can someonehelp me out please?

On Sun, May 11, 2008 at 1:29 AM, Rahul P <rahul986@gmail.com> wrote:

> Oh... This is the fourth time I'm doing that except that this time yum
> installed mysql6 instead of older versions... I don't see any way out other
> than reinstalling the OS itself... There are so many dependency failures....
> I'm spending more time troubleshooting than actually coding something :)



i dont even think mysql6 is any where near ready for real usage (tho could
be wrong). can you see if you could put 5 or 5.1 on there instead? os
reinstall sounds painful =/

-nathan

Reply With Quote
  #12 (permalink)  
Old 05-11-2008
Rahul P
 
Posts: n/a
Default Re: [PHP] PHP-MYSQL Error: Can't connect to MySQL socket. Can someonehelp me out please?

On Sun, May 11, 2008 at 12:42 AM, Nathan Nobbe <quickshiftin@gmail.com>
wrote:

> On Sun, May 11, 2008 at 1:29 AM, Rahul P <rahul986@gmail.com> wrote:
>
>> Oh... This is the fourth time I'm doing that except that this time yum
>> installed mysql6 instead of older versions... I don't see any way out other
>> than reinstalling the OS itself... There are so many dependency failures....
>> I'm spending more time troubleshooting than actually coding something :)

>
>
> i dont even think mysql6 is any where near ready for real usage (tho could
> be wrong). can you see if you could put 5 or 5.1 on there instead? os
> reinstall sounds painful =/
>
> -nathan
>
>



--
Rahul
Computer Engineering and Systems Division.
Department of Electrical Engineering and Computer Science
Robert R. McCormick School of Engineering
Northwestern University
2145 Sheridan Road, Evanston,IL60208.

Administrator: The En?gma Project
Website: http://www.enigmaportal.com

Reply With Quote
  #13 (permalink)  
Old 05-11-2008
Rahul P
 
Posts: n/a
Default Re: [PHP] PHP-MYSQL Error: Can't connect to MySQL socket. Can someonehelp me out please?

Ok I removed mysql using yum remove mysql. But is there a special way to
tell yum to install that version of mysql?

On Sun, May 11, 2008 at 12:44 AM, Rahul P <rahul986@gmail.com> wrote:

>
>
> On Sun, May 11, 2008 at 12:42 AM, Nathan Nobbe <quickshiftin@gmail.com>
> wrote:
>
>> On Sun, May 11, 2008 at 1:29 AM, Rahul P <rahul986@gmail.com> wrote:
>>
>>> Oh... This is the fourth time I'm doing that except that this time yum
>>> installed mysql6 instead of older versions... I don't see any way out other
>>> than reinstalling the OS itself... There are so many dependency failures....
>>> I'm spending more time troubleshooting than actually coding something :)

>>
>>
>> i dont even think mysql6 is any where near ready for real usage (tho could
>> be wrong). can you see if you could put 5 or 5.1 on there instead? os
>> reinstall sounds painful =/
>>
>> -nathan
>>
>>

>
>
> --
> Rahul
> Computer Engineering and Systems Division.
> Department of Electrical Engineering and Computer Science
> Robert R. McCormick School of Engineering
> Northwestern University
> 2145 Sheridan Road, Evanston,IL60208.
>
> Administrator: The En?gma Project
> Website: http://www.enigmaportal.com
>




--
Rahul
Computer Engineering and Systems Division.
Department of Electrical Engineering and Computer Science
Robert R. McCormick School of Engineering
Northwestern University
2145 Sheridan Road, Evanston,IL60208.

Administrator: The En?gma Project
Website: http://www.enigmaportal.com

Reply With Quote
  #14 (permalink)  
Old 05-11-2008
Nathan Nobbe
 
Posts: n/a
Default Re: [PHP] PHP-MYSQL Error: Can't connect to MySQL socket. Can someonehelp me out please?

On Sun, May 11, 2008 at 1:46 AM, Rahul P <rahul986@gmail.com> wrote:

> Ok I removed mysql using yum remove mysql. But is there a special way to
> tell yum to install that version of mysql?



ahh, this is where google comes in for sure. it looks like you could
download an older rpm, like from mysql and use 'yum localinstall' or there
is a way to search for older versions that are still in the yum repos.
heres a quick link i found

http://www.fedoraforum.org/forum/showthread.php?t=96684

-nathan

Reply With Quote
  #15 (permalink)  
Old 05-11-2008
Rahul P
 
Posts: n/a
Default Re: [PHP] PHP-MYSQL Error: Can't connect to MySQL socket. Can someonehelp me out please?

Ok. I apologize for the mix. When I'm mailing someone, I simply don't get
Google into mind. :)

Thanks,
Rahul

On Sun, May 11, 2008 at 12:53 AM, Nathan Nobbe <quickshiftin@gmail.com>
wrote:

> On Sun, May 11, 2008 at 1:46 AM, Rahul P <rahul986@gmail.com> wrote:
>
>> Ok I removed mysql using yum remove mysql. But is there a special way to
>> tell yum to install that version of mysql?

>
>
> ahh, this is where google comes in for sure. it looks like you could
> download an older rpm, like from mysql and use 'yum localinstall' or there
> is a way to search for older versions that are still in the yum repos.
> heres a quick link i found
>
> http://www.fedoraforum.org/forum/showthread.php?t=96684
>
> -nathan
>
>



--
Rahul
Computer Engineering and Systems Division.
Department of Electrical Engineering and Computer Science
Robert R. McCormick School of Engineering
Northwestern University
2145 Sheridan Road, Evanston,IL60208.

Administrator: The En?gma Project
Website: http://www.enigmaportal.com

Reply With Quote
  #16 (permalink)  
Old 05-11-2008
Nathan Nobbe
 
Posts: n/a
Default Re: [PHP] PHP-MYSQL Error: Can't connect to MySQL socket. Can someonehelp me out please?

On Sun, May 11, 2008 at 1:59 AM, Rahul P <rahul986@gmail.com> wrote:

> Ok. I apologize for the mix. When I'm mailing someone, I simply don't get
> Google into mind. :)
>


no problem, if it were emerge id be much more capable of helping ;)

-nathan

Reply With Quote
  #17 (permalink)  
Old 05-11-2008
Shawn McKenzie
 
Posts: n/a
Default Re: [PHP] PHP-MYSQL Error: Can't connect to MySQL socket. Can someonehelpme out please?

Rahul P wrote:
> Ok I removed mysql using yum remove mysql. But is there a special way to
> tell yum to install that version of mysql?
>
> On Sun, May 11, 2008 at 12:44 AM, Rahul P <rahul986@gmail.com> wrote:
>
>>
>> On Sun, May 11, 2008 at 12:42 AM, Nathan Nobbe <quickshiftin@gmail.com>
>> wrote:
>>
>>> On Sun, May 11, 2008 at 1:29 AM, Rahul P <rahul986@gmail.com> wrote:
>>>
>>>> Oh... This is the fourth time I'm doing that except that this time yum
>>>> installed mysql6 instead of older versions... I don't see any way out other
>>>> than reinstalling the OS itself... There are so many dependency failures....
>>>> I'm spending more time troubleshooting than actually coding something :)
>>>
>>> i dont even think mysql6 is any where near ready for real usage (tho could
>>> be wrong). can you see if you could put 5 or 5.1 on there instead? os
>>> reinstall sounds painful =/
>>>
>>> -nathan
>>>
>>>

>>
>> --
>> Rahul
>> Computer Engineering and Systems Division.
>> Department of Electrical Engineering and Computer Science
>> Robert R. McCormick School of Engineering
>> Northwestern University
>> 2145 Sheridan Road, Evanston,IL60208.
>>
>> Administrator: The En?gma Project
>> Website: http://www.enigmaportal.com
>>

>
>
>


yum search mysql

Find the one that looks like mysql5 or similar and use that.

-Shawn
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

vB 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 04:11 AM.


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