2 messages in com.mysql.lists.win32Re: newbie vs the wizards (enable-nam...
FromSent OnAttachments
im...@u-tx.com14 Jul 2006 01:42 
Jorge Bastos17 Jul 2006 01:57 
Subject:Re: newbie vs the wizards (enable-named-pipe)
From:Jorge Bastos (mysq@decimal.pt)
Date:07/17/2006 01:57:26 AM
List:com.mysql.lists.win32

Do you know where is the file my.ini or my.cnf? If not do a search, and search inside the file for "networking" you'll see an option: skip-networking

remove the "--enable-named-pipe" option and, add only skip-networking or bind-address = 127.0.0.1

for mysql 5.x the conf file says:

Hi,

I am trying to install mySQL for the first time. In the networking dialog I chose to disable the TCP/IP support.

After the installation was completed, I tried to start the server, but I received an error message:

C:\Program Files\MySQL\MySQL Server 5.0\bin>mysqld --console mysqld --console 060714 11:26:53 [ERROR] mysqld: unknown option '--enable-named-pipe'

Could you help me how to set up a system w.o. TCP/IP support?

Thanks

ImRe

P.S.: I am trying to run MySQL version 5.0.22