Can any one help me to setup Hercules in my Linux Centos :(

GM Clerk

New member
Messages
37
Points
0
Age
40
Location
United Arab Emirates
Github
no github now
Emulator
i tryed this : http://herc.ws/wiki/Installation_(CentOS)

in : http://herc.ws/wiki/Installation_(CentOS)#Setup_a_MySQL_user_for_Hercules 

it give me error !!

my vps from GoDaddy.com 

please help me
default_sad.png
 

 
What error you got and what you have executed??

 
@GM Clerk

did you install mysql already?

if yes, try /sbin/mysqld/restart

 
Try

Code:
service mysql start
In some destro, mysqld is saved as mysql
 
Last edited by a moderator:
@@Dastgir

your's is correct, for some service mysqld restart

@GM Clerk, sorry typo, i'm too sleepy, lol.

try what Dastgir said and if it didn't work try mine

 
If you are using centos7

It have mariadb, so execute this

yum -y install mariadb-server mariadb

and follow steps as mentioned in guide

 
Back
Top