[CentOS] MySQL 5.1.69 at CentOS 6.4 doesn't know enable-named-pipe?

2013-09-13 Thread Alexander Farber
Hello, I've only had experience with PostgreSQL sofar, but have now to install MySQL (and WordPress) on a CentOS 6.4 /64 bit server. I have installed the mysql-5.1.69-1.el6_4.x86_64 package and executed the following commands: # chkconfig mysqld on # service mysqld start # /usr/bin/mysqladmin

Re: [CentOS] MySQL 5.1.69 at CentOS 6.4 doesn't know enable-named-pipe?

2013-09-13 Thread Marios Zindilis
Docs says it's Windows specific: http://dev.mysql.com/doc/refman/5.1/en/server-options.html#option_mysqld_enable-named-pipe On Fri, Sep 13, 2013 at 1:44 PM, Alexander Farber alexander.far...@gmail.com wrote: Hello, I've only had experience with PostgreSQL sofar, but have now to install

Re: [CentOS] MySQL 5.1.69 at CentOS 6.4 doesn't know enable-named-pipe?

2013-09-13 Thread Alexander Farber
Thank you, that was it. I didn't realize mysqld-nt means Windows only ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] MySQL 5.1.69 at CentOS 6.4 doesn't know enable-named-pipe?

2013-09-13 Thread sjt5atra
http://dev.mysql.com/doc/refman/5.1/en/server-options.html#option_mysqld_skip-networking On Sep 13, 2013, at 6:44 AM, Alexander Farber alexander.far...@gmail.com wrote: Hello, I've only had experience with PostgreSQL sofar, but have now to install MySQL (and WordPress) on a CentOS 6.4 /64