* Chetan Lavti
> > Is it possible to run the MySQL Server from the remote machine..??
> > Mysql provides a Api's for shutting down the server from the remote
> > place i.e. ( mysql_shutdown(mysqlhadler))
> > but I can't see any api for starting the Mysql server from the remote
> > machine.

The client needs to connect to the server _before_ it can send any commands
to it... thus the server must be running before the client can send any
commands, and a 'start server' command does not make any sense.

> > Does it mean that every time when I have to run the server it will be
> > done manually...

The server can be started manually or automatically. If it is not started
automatically, you will have to start it manually before you can use it,
yes... (not sure if I understand your question...)

--
Roger


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to