On Wed, 10 Dec 2003, Gavin Dimmock wrote:

> Hi All,
>
> I want to change the default port on mysql server from 3306 to 50000 (for
> example). The server is NT. Has anyone done this before?
>
> Any help really appreciated,
>

Can either modify the service to start with the --port parameter or add in
your my.cnf (or my.ini, whichever you're using) the line
port = 50000
under the [mysqld] section.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to