From: Christian Mack Date: March 12 1999 7:19pm Subject: Re: Can't create IP socket: No error List-Archive: http://lists.mysql.com/win32/3 Message-Id: <36E968BD.2B85230C@compal.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit "\"\"Zhuang Q. Ma\"\"" wrote: > > Typing 'mysqld --standalone' return the following error > > Can't create IP socket: No error > > Why is that? > > Also, is there a way to change the default port to some other number > besides 3306? Hi Zhuang Do you have TCP/IP installed? Yes, if you have the licenced version 3.22.xx you can set another port in the configuration file 'my.cnf' with: ..... [mysqld] port=98765 ...... Tschau Christian