Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to start/stop MySQL service on Solaris 10

6,245 views
Skip to first unread message

Adi

unread,
Feb 17, 2009, 1:50:28 AM2/17/09
to
Hi Everyone,

I have a Solaris 10 server with MySQL 3.23 installed. I wanted to know
what is the way to stop/start MySQL service on Solaris 10.

Thanks in advance

Claus Dragon

unread,
Feb 17, 2009, 5:47:53 AM2/17/09
to

You should first try to find out how the service is called, I am using
apache as example:

svcs -a | grep -i apache
online Sep_22 svc:/network/http:apache2

Then, a restart should suffice.

svcadm restart svc:/network/http:apache2


Madhu Ramachandran

unread,
Feb 17, 2009, 10:55:31 AM2/17/09
to
you can try
mysql.server start|stop
"Adi" <adityag...@gmail.com> wrote in message
news:c8dc0613-2c6c-46fd...@y38g2000prg.googlegroups.com...

Moody

unread,
Feb 18, 2009, 7:38:47 AM2/18/09
to
On Feb 17, 8:55 pm, "Madhu Ramachandran" <madhu...@nortel.com> wrote:
> you can try
> mysql.server start|stop"Adi" <adityagupta...@gmail.com> wrote in message

>
> news:c8dc0613-2c6c-46fd...@y38g2000prg.googlegroups.com...
>
> > Hi Everyone,
>
> > I have a Solaris 10 server with MySQL 3.23 installed. I wanted to know
> > what is the way to stop/start MySQL service on Solaris 10.
>
> > Thanks in advance

although I've not touched mysql on a sun box, but still

"svcs *mysql* " command should give you a clue about mysql-[server]
instance running on your system, and if so, try using
svcadm refresh|disable/enable|restart mysql

hope this helps.

Regards,
/Nasir/

Adi

unread,
Feb 19, 2009, 3:37:02 AM2/19/09
to
/etc/init.d mysql start|stop
worked for me. Thanks everyone.
0 new messages