• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Starting MySQL. ERROR! Manager of pid-file quit without updating file.

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

i am always getting an error saying "Starting MySQL. ERROR! Manager of pid-file quit without updating file."

what i did was. without stopping the MySql i delete the files from mysql folder and reinstalled MariaDB .

after that whenever i do service start mysql i get the above error. i searched a lot in google whatever they are telling is not working for me.

can anyone list all the reason for getting the above error.
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try following this

Make sure you know where the mysql logs are and where the config file my.cfg is located

Googling the error will give you other sources for solving your problem.
 
abhinas raj
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

K. Tsang wrote:try following this

Make sure you know where the mysql logs are and where the config file my.cfg is located

Googling the error will give you other sources for solving your problem.



Thank you for you reply.
My problem is solved now. it was was happening because i aborted the exporting mysql dump file.
i had to run command to reinstall the Mysql.
 
reply
    Bookmark Topic Watch Topic
  • New Topic