Chanthu
Chanthu

Reputation: 844

Unable to start mysql in redmine

Hi I'm unable to start my mysql and subversion using root as user.When im trying to start it by ./ctlscript.sh start mysql it is showing that mysql could not be started.The same is happening in the case of subversion also.In logs its showing that

 error: Can't connect to local MySQL server through socket '/data/redmine/mysql/tmp/mysql.sock' (2) (Mysql2::Error)
error: [ pid=6349 thr=139977144923904 file=ext/common/agents/HelperAgent/RequestHandler.h:1731 time=2014-09-29 12:54:58.7821 ]: [Client 23] Cannot checkout session. An error occured while starting up the preloader.

Can any one help?

Upvotes: 1

Views: 530

Answers (1)

Rahul Raj
Rahul Raj

Reputation: 51

Please check whether your root user has the permission to start the mysql and other services. If not please give the permissions using CHMOD

Upvotes: 1

Related Questions