Access denied ...

2003-02-04 Thread D Bamud
In my Linux machine the MySQL 3.x is running (installed via RPM, using /var/lib/mysql/mysql.soc). I am trying to login using following command but get the error as followed. [tom@host01 ~]$ mysql -u root test ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) The

UNION

2002-12-08 Thread D Bamud
MySQL 3.23.53 I have a table T1 and want to do something like SELECT * FROM T1 WHERE A = 1 AND xxx... UNION SELECT * FROM T1 WHERE A = 2 AND yyy... Don't read to much in the WHERE clause, this is just for question purpose. Also I know that UNION is available in MySQL 4.x but need to have the REP

Paul Dubois Book

2002-02-22 Thread D Bamud
When the Next Edition of MySQL By Paul Dubois is coming? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <

Paul DuBois Book

2002-02-22 Thread D Bamud
When the Next Edition of MySQL By Paul Dubois is coming? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <

MySQL database in a File system

2002-02-11 Thread D Bamud
I need to create a database in MySQL that I need to bundle with my program for distribution. The user will have its own copy of MySQL running. User using my program will not bother about database issues and the bundled database will provide him, through my application program GUI, to enter/retriev

Re: Java Related Sites for MySQL

2002-01-11 Thread D Bamud
Same Here! Bryan! Do let me know if you find one. - Original Message - From: "Aravind N V Gorthy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 11, 2002 12:59 PM Subject: Java Related Sites for MySQL > Hi > Are there any JAVA based Forum sites which are using > MySQ

JDBC - MySQL

2002-01-09 Thread D Bamud
I installed MySQL in my local dir (~) (RH Linux7.2). Created database successfully. No problems in operating on this database at mysql> prompt. When I run my JDBC (Java) program it gives SQLException "Server configuration denies access to data source". I am running the MySQL server using followin

Server configuration denies access to data source

2002-01-07 Thread D Bamud
I installed MySQL in my local dir (~) (RH Linux7.2). Created database successfully. Can operate on this database at mysql> prompt. I am trying to access the same database from my Java application THAT WAS working fine with the RMP installation of MySQL. When I run the program it gives SQLException

Re: MySQL Book

2002-01-07 Thread D Bamud
to be outdated. Please comment. - Original Message - From: "Doug Poland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "D Bamud" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 12:26 AM Subject: Re: MySQL Book >

MySQL Book

2002-01-07 Thread D Bamud
Which is the **best, easy, compact** book available on MySQL. Delhi India. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request thi

How to run commands written in a file

2002-01-07 Thread D Bamud
I have sql commands written in a file. How to run this file at sql> prompt so that commands executed thru this batch file. Something similar to Oracles sql> @/mydir/mysql.sql - Before posting, please check: http://www.mysql.