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
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
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 <
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 <
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
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
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
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
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
>
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
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.
11 matches
Mail list logo