Re: Changing port no of the server using command line method

2008-12-31 Thread Manish Sinha
Micah Stevens wrote: If you want to control the server process, you'll need to start the server process with those options, this mysqld, and the command line options are here: http://dev.mysql.com/doc/refman/5.1/en/server-options.html Thanks for the link, I am going through it. For your purp

Re: Changing port no of the server using command line method

2008-12-30 Thread Micah Stevens
On 12/30/2008 11:57 AM, Manish Sinha wrote: > lists-mysql wrote: >> in a *nix environment, restarting the mysql server is done with a >> system-level command and requires *system* root privileges, not >> something that the average db-admin is likely to have. also, >> changing the port a service is

Re: Changing port no of the server using command line method

2008-12-30 Thread Manish Sinha
lists-mysql wrote: in a *nix environment, restarting the mysql server is done with a system-level command and requires *system* root privileges, not something that the average db-admin is likely to have. also, changing the port a service is listening on has potentially serious implications as you

Changing port no of the server using command line method

2008-12-30 Thread Manish Sinha
Hi everybody, I am working on a small GUI tool for managing MySQL server. I would like to include one functionality to change the port number of the server and restart the server just after the change took place. Is there any command line tool which I can use to change the port number? e.g. fo