Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <42F4C267.1000609@familiehaase.de> Date: Sat, 06 Aug 2005 16:00:07 +0200 From: "Gerrit P. Haase" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.11) Gecko/20050728 MIME-Version: 1.0 To: Cygwin-L CC: Warren Young Subject: Re: Updated MySQL patch file to version 4.1.13a References: <42F02793 DOT 8080109 AT etr-usa DOT com> <42F07A02 DOT 4040308 AT familiehaase DOT de> <42F20ACF DOT 8050309 AT etr-usa DOT com> <42F2134E DOT 59A5E50F AT dessent DOT net> <42F23B1F DOT 7000303 AT etr-usa DOT com> <42F33DD7 DOT 8040701 AT familiehaase DOT de> <42F3533F DOT 6010408 AT etr-usa DOT com> <42F4BEA3 DOT 4010104 AT familiehaase DOT de> <42F4C170 DOT 809 AT familiehaase DOT de> In-Reply-To: <42F4C170.809@familiehaase.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Gerrit P. Haase wrote: > Gerrit P. Haase wrote: >> Warren Young wrote: >>> Gerrit P. Haase wrote: >>>> The attached patch is against MySQL 4.1.13a. >>> Still no joy. >> >> What is the problem? > > FYI, I can connect without problems using mysql: > > mysql> \s > -------------- > mysql Ver 14.7 Distrib 4.1.13a, for pc-cygwin (i686) using EditLine > wrapper > > Connection id: 4 > Current database: > Current user: Gerrit AT localhost > SSL: Not in use > Current pager: less > Using outfile: '' > Using delimiter: ; > Server version: 4.1.13a > Protocol version: 10 > Connection: Localhost via UNIX socket > Server characterset: latin1 > Db characterset: latin1 > Client characterset: latin1 > Conn. characterset: latin1 > UNIX socket: /var/mysql/mysql.sock > Uptime: 13 min 24 sec > > Threads: 1 Questions: 9 Slow queries: 0 Opens: 15 Flush tables: 1 > Open tables: 4 Queries per second avg: 0.011 > -------------- > > mysql> FWIW, it works as well using TCP/IP: $ mysql --host=192.168.1.101 Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 to server version: 4.1.13a Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> \s -------------- mysql Ver 14.7 Distrib 4.1.13a, for pc-cygwin (i686) using EditLine wrapper Connection id: 6 Current database: Current user: Gerrit AT INSPIRON SSL: Not in use Current pager: less Using outfile: '' Using delimiter: ; Server version: 4.1.13a Protocol version: 10 Connection: 192.168.1.101 via TCP/IP Server characterset: latin1 Db characterset: latin1 Client characterset: latin1 Conn. characterset: latin1 TCP port: 3306 Uptime: 17 min 6 sec Threads: 3 Questions: 13 Slow queries: 0 Opens: 15 Flush tables: 1 Open tables: 4 Queries per second avg: 0.013 -------------- mysql> Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/