start mysql
Submitted by jk on Wed, 08/25/2010 - 02:05
If I goto to my server and login to ehcp as admin
and than click on Server status and mysql show a big red NO
If I try to start restart or even I stop I get error.
(runop) internal ehcp error:
Undefined operation: dostartmysql This feature may not be complete
What does this mean?
Thanks
Forums:
ehcpdeveloper
Wed, 08/25/2010 - 14:35
Permalink
most probably, that is a
most probably, that is a false RED alarm.
most probably, your apache is unable to see your mysql process.
just ignore them.
if your mysql is stopped, then, you would not login to panel.
Cool
Mon, 08/30/2010 - 16:43
Permalink
on ubuntu 10.04 some startup
on ubuntu 10.04 some startup scripts have to be mod. or start the service manually by:
for ex:
service vsftpd start
another possible fault is in: /etc/init/rc-sysinit.conf
change:
# Check for default runlevel in /etc/inittab
if [ -r /etc/inittab ]
then
eval "$(sed -nre 's/^[^#][^:]*:([0-6sS]):initdefault:.*/DEFAULT_RUNLEVEL="\1";/p' /etc/inittab || true)"
if
to:
# Check for default runlevel in /etc/inittab
if [ -r /etc/inittab ]
then
eval "$(sed -nre 's/^[^#][^:]*:([0-6sS]):initdefault:.*/DEFAULT_RUNLEVEL="\1";/p' /etc/inittab || true)"
fi
also may change in: /etc/init/mysql.conf
start on (net-device-up
and local-filesystems
and runlevel [2345])
to:
start on (local-filesystems
and runlevel [2345])
budgierless
Wed, 08/25/2010 - 16:36
Permalink
i had this problem also, but
i had this problem also, but i found out it is only on ubuntu 10.04, if you use it on 9.10 then it will be ok, that is why im still using 9.10, i dont trust 10.04 yet cos things like pecl upload process program stopped working when i did and upgrade or fresh install, but i will trying it again when the new version of EHCP comes out, with any luck all should work when that times comes.