Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


mysql quit without updating pid
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

mysql quit without updating pid

dnwkdnwk Member

Has anyone see this error before?

mysql quit without updating pid

I google it and someone says remove *.err and create the pid file. It did not solve the problem for me. Same error still

Comments

  • jhjh Member

    said: I google it and someone says remove *.err and create the pid file. It did not solve the problem for me. Same error still

    No that's rubbish. You should start by checking the err file.

  • MunMun Member

    It sounds like your mysql crashed and it is halting on startup until the database is repaired.

  • how is removing the error file troubleshooting?

  • MunMun Member

    Because you can then say, what error it just doesn't work. Stupid mysql.

  • dnwkdnwk Member

    I am trying to create mysql cluster using Percona XtraDB Cluster. There are so many problems following their tutorials

  • dnwkdnwk Member

    Ok. finally get it to work. Their official how-to were full of mistakes. And finally find the correct one. You have to create a first node with empty gcomm:// and then point additional node to the first node. After all node join, then update gcomm to include IP of every server in the cluster

Sign In or Register to comment.