MySQL connection failed with NIS

2003-05-30 Thread Zengfa Gao
Hi, I installed MySQL 3.23.54 on HPUX system with NIS. If I run /opt/mysql/bin/mysql -hlocalhost -uroot mysql, everything looks fine. But if I run $ /opt/mysql/bin/mysql -hhostname.domain -uroot mysql ERROR 2013: Lost connection to MySQL server during query And I can't connect to MySQL with

sendsig: useracc failed. 0x200000007ee99a00 0x00000000005000

2003-05-30 Thread Zengfa Gao
Hi, I tried to run MySQL on HPUX, got this error: $ /opt/mysql/bin/mysql -hhostname.domain -uroot mysql sendsig: useracc failed. 0x20007ee99a00 0x005000 Pid 18403 was killed due to failure in writing the signal context - possible stack overflow. ERROR 2013: Lost

sendsig: useracc failed. 0x200000007ee8ba00 0x00000000005000

2003-05-30 Thread Zengfa Gao
Hi, I got an error when I tried to access MySQL on HPUX system. Does anyone have ideas what's wrong here? Thanks! Zengfa sendsig: useracc failed. 0x20007ee8ba00 0x005000 Pid 21045 was killed due to failure in writing the signal context - possible stack overflow.

Name Collision between 9826 9836

2003-01-16 Thread Zengfa Gao
Hi, I compiled MySQL 3.23.54a on HPUX system, everything runs fine. But when I run mysql CLI, I got: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 to server version: 3.23.54-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. Name

java.sql.SQLException: Communication link failure: java.io.IOException

2003-01-13 Thread Zengfa Gao
Hi, I compiled MySQL 3.23.54, try MySQL CLI. Everything looks fine. But when I tried to connection MySQL through mm.mysql JDBC Driver, I got: 08:25:09SQLDataManager: Connecting... jdbc:mysql://localhost:3306/mysql 08:25:09SQLDataManager: EXCEPTION:

java.sql.SQLException: Communication link failure: java.io.IOException

2003-01-13 Thread Zengfa Gao
Hi, I compiled MySQL 3.23.54, try MySQL CLI. Everything looks fine. But when I tried to connection MySQL through mm.mysql JDBC Driver, I got: 08:25:09SQLDataManager: Connecting... jdbc:mysql://localhost:3306/mysql 08:25:09SQLDataManager: EXCEPTION:

Re: java.sql.SQLException: Communication link failure: java.io.IOException

2003-01-13 Thread Zengfa Gao
is restarted. Thanks for your help! Zengfa --- Zengfa Gao [EMAIL PROTECTED] wrote: Hi, I compiled MySQL 3.23.54, try MySQL CLI. Everything looks fine. But when I tried to connection MySQL through mm.mysql JDBC Driver, I got: 08:25:09SQLDataManager: Connecting

MySQL 3.23 compile error on HPUX IPF

2002-12-30 Thread Zengfa Gao
Hi, I am trying to compile MySQL 3.23 on HPUX 11.23 IPF. I am using gcc 3.0. gcc 2.95 is not available on HPUX 11.23. CC=gcc \ CXX=g++ \ CFLAGS=-D_HPUX_SOURCE -D__hpux__ -D_REENTRANT \ CXXFLAGS=-D_HPUX_SOURCE -D__hpux__ -D_REENTRANT \ CPPFLAGS=-D_HPUX_SOURCE -D__hpux__ -D_REENTRANT \

pthread error on HPUX 11.23 IPF

2002-12-18 Thread Zengfa Gao
Hi, I am trying to compile MySQL 3.23 on HPUX 11.23 IPF. I am using gcc 3.0. gcc 2.95 is not available on HPUX 11.23. CC=gcc \ CXX=g++ \ CFLAGS=-D_HPUX_SOURCE -D__hpux__ -D_REENTRANT \ CXXFLAGS=-D_HPUX_SOURCE -D__hpux__ -D_REENTRANT \ CPPFLAGS=-D_HPUX_SOURCE -D__hpux__ -D_REENTRANT \

Compile 3.23.53 error on HPUX 11.11

2002-12-16 Thread Zengfa Gao
Hi, I just send the one again, hope to find someone to help me out with MySQL compile. I am using HPUX 11.11, gcc 3.1. Thanks! Zengfa 1. CFLAGS=-fomit-frame-pointer -O3 -fpic CXX=gcc CXXFLAGS=-felid-constructors -fno-exceptions -fno-exceptions -fno-rtti -O3 ./configure --disable-shared

Re: Compile error on HPUX

2002-12-09 Thread Zengfa Gao
this email again. Does anyone care about HPUX build? You need to be more specific in the future. That will enhance the chance for someone seing the problem. I have never used HP-UX. That said, some comments. --- Zengfa Gao [EMAIL PROTECTED] wrote: Hi, I tried to compile mysql

Re: Compile error on HPUX

2002-12-06 Thread Zengfa Gao
Hi, I just send this email again. Does anyone care about HPUX build? Zengfa --- Zengfa Gao [EMAIL PROTECTED] wrote: Hi, I tried to compile mysql-3.23.49 on HPUX 11.11 system. When I run: CC=cc CXX=aCC CFLAGS=+DD64 CXXFLAGS=+DD64 ./configure Everything is fine, no errors

MySQL Depot on HPUX

2002-12-06 Thread Zengfa Gao
I got a MySQL depot file, but I have some suggestions: 1. On HPUX system, we should not put executable under /usr/local/mysql, we should be it under /opt/mysql 2. The Data directory for MySQL should be /var/opt/mysql, not /var/lib/mysql. Just a thought! Zengfa

Compile error on HPUX

2002-12-05 Thread Zengfa Gao
Hi, I tried to compile mysql-3.23.49 on HPUX 11.11 system. When I run: CC=cc CXX=aCC CFLAGS=+DD64 CXXFLAGS=+DD64 ./configure Everything is fine, no errors. But when I run: make I got: cc: password.c, line 95: error 1000: Unexpected symbol: char_val. cc: panic 2017: Cannot recover from

JDBC on HPUX

2002-05-02 Thread Zengfa Gao
Hi, all: I meet a problem on HPUX. When I try to connect to MySQL with JDBC on HPUX. I connect to jdbc:mysql://localhost:3306/mysql with root, it failed. But it works before. Someone told me that it is becuase of some changes of DNS. When I connect to MySQL, MySQL translate root to [EMAIL

MySQL using Cygwin DLL on Windows?

2002-04-24 Thread Zengfa Gao
Hi, all: I read the document, it says MySQL Server runs as a native Windows application and You will need VC++ 6.0 compiler for MySQL Windows source distribution. But we I try to download Windows binary package, it says Since mysqlc contains Cygwin runtime DLLs, we also offer you the Cygwin

Binary package for HPUX 11.00

2002-04-12 Thread Zengfa Gao
Hi, all: Can anyone tell me where can I download formal MySQL binary package for HPUX 11.00? On MySQL website, it is still HPUX 10.20. Thanks! Zengfa __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/

MySQL package on HPUX, REDHAT and Windows

2002-04-11 Thread Zengfa Gao
Hi, I am looking for MySQL package on HPUX, REDHAT and Windows. Can anyone tell me where I should look for standard package for MySQL? For HPUX, I found one at: http://hpux.cs.utah.edu/hppd/hpux/Development/Languages/mysql-3.23.42/ Thanks a lot! Zengfa

Use JDBC on Redhat, localhost.localdomain?

2002-04-05 Thread Zengfa Gao
Hi, all: I am trying to use JDBC to connect MySQL, and use JDBC to config the MySQL. As default root@default has the privilege to do everything. So I use JDBC to connect with root. I got error. [EMAIL PROTECTED] failed. I read a note said that this only happen to Redhat. Any suggestion how to

RE: Selecting across servers, JDBC

2002-03-13 Thread Zengfa Gao
Hi, all: I tried with JDBC, it seem that this is not working. mm.mysql JDBC will ignore the database name. Do anyone have the some issues? Zengfa --- David Buerer [EMAIL PROTECTED] wrote: Gee guys, thanks for the quick answers. Juding by the number of responses you'd think that I asked a

Connect two SQL database with one connection

2002-03-07 Thread Zengfa Gao
Hi, I am trying to connection two SQL database with one connection, such as: select name from db1.table1; select name from db2.table2; Is this working for JDBD driver? Zengfa __ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest

MySQL license problem on Windows

2002-03-06 Thread Zengfa Gao
Hi,: I heard that when we use MySQL on windows, we need to pay fees. But I can't find anything on MySQL document to talk about this. Do you know this problem? Thanks a lot! Zengfa __ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest

Save object into MySQL

2001-08-07 Thread Zengfa Gao
Hi, I want to save object into MySQL database. Since MySQL in not object relational database, is any problem to save object into it? Which attribute I should select to save object? Varchar BINARAY? Thanks for your help! Zengfa __ Do You Yahoo!?