简体   繁体   中英

mysql-Calpont not starting

I have mysql-Calpont installed in a Linux machine. When i try to start mysql-Calpont, it gives an error: Starting MySQL. ERROR! Manager of pid-file quit without updating file.

Totally new to Linux. Need help to figure out why this is happening and how to get mysql started.

Thanks

Seems like mysql user is missing. Please execute as root:
groupadd mysql
useradd -r -g mysql mysql

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM