Can MySql runs on the Stratus B11.0 HP-UX 64 bits machine

2001-07-31 Thread c cw_1
Hello, We have a Stratus HP-UX 64 bits (version B11.0) machine, I would like to know if MySQL can run on the Stratus Box. If it can, will it cause any problem? Can MySQL be configured to the 64 bits to run on the Stratus? Thanks in advance. Connie __

DBI problem

2001-05-18 Thread c cw_1
Hi, I tried to connect to the database, when I compiled it, it replied with "(offline mode: enter name=value pairs on standard input)" - What is this meant? Below is my code: #!/usr/bin/perl -w use strict; use CGI; use DBI; my $dbh; my $sth; my @row; my $form = new CGI; print $form->header;

SQLException: General error: Access denied for user:

2001-03-26 Thread c cw_1
Hi all, Here's my environment: Solaris 8 Mysql 3.23.33 Driver mm.mysql-2.0.2-bin.jar I installed Mysql use root. In my servlet program I did not use input parameter for user/password. I run my servlet program, I got the following message java.sql.SQLException: General error: Access denied fo

Question on MySQL performance

2001-03-07 Thread c cw_1
Hi all, I’m new to MySQL. I have the following questions that I hope someone can clarify for me: (1) I have learned from this list and other user’s group list that MySQL is very fast on performance. How do they measure this performance? Is it the execution time on the command?

Need installation help on HP-UX

2001-03-07 Thread c cw_1
Hi, I tried to install the HP-UX Binary Distribution on my HP-UX B.10.20; according to documentation I should use the command shell> /usr/sbin/swinstall -s /path/to/depot mysql.full After I tar the Binary file, I still can't find the depot file. Can someone tell where can I find it? Thank you

MySQL driver - ClassNotFoundException

2001-02-26 Thread c cw_1
Hi, I'm new to MySQL database. I downloaded MySQL database version 3.23.32 and I create a table in the database (database name is "test_data" and the table name is "data"). Then I download the driver MyODBC 2.50.36 for NT(full setup) and fill out the table. I wrote a servlet program (run on Tom