MySQL Server Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dakshayini
    New Member
    • Dec 2007
    • 16

    MySQL Server Problem

    Hello,
    When i run my rails application,ver y often i will be a getting a error message saying "Can't connect to MySQL server on localhost(10055 )" on hitting a URL.
    Help me to solve and its urgent.

    Application Environment
    Ruby 1.8.6
    Rails 2.2.2
    MySQL Server 5.0
  • improvcornartist
    Recognized Expert Contributor
    • May 2007
    • 303

    #2
    Are you getting any additional error messages? Some things to try: In your configuration, you may need to select "Enable TCP/IP Networking". Is anything causing your MySQL service to stop or restart? Is it trying to execute a query anytime after the connection is closed?

    Comment

    • Sreya

      #3
      Check mysql service status.

      Comment

      Working...