t: 27 June 2006 17:49
To: Ant Users List
Subject: RE: SQL task - how to set collation (working with MySQL)
Sure.
If I use the console for example, I use:
mysql -u[user] -p[password] --default-character-set=[charset]
This causes the console client to use the corresponding charset, and by that -
specific charset...
Thanks Jan,
Eitan
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 27, 2006 5:39 PM
To: user@ant.apache.org
Subject: AW: SQL task - how to set collation (working with MySQL)
Can you give an command line example for MySQL?
Jan
Can you give an command line example for MySQL?
Jan
>-Ursprüngliche Nachricht-
>Von: Eitan Gur [mailto:[EMAIL PROTECTED]
>Gesendet: Dienstag, 27. Juni 2006 18:38
>An: Ant Users List
>Betreff: RE: SQL task - how to set collation (working with MySQL)
>
>I think
PROTECTED]
Sent: Tuesday, June 27, 2006 5:34 PM
To: user@ant.apache.org
Subject: AW: SQL task - how to set collation (working with MySQL)
>I wanted to know whether (and how) I can instruct ANT to use a
>specific collation with the SQL task (specifically - when using MySQL).
Hhmm ... rea
>I wanted to know whether (and how) I can instruct ANT to use a
>specific collation with the SQL task (specifically - when using MySQL).
Hhmm ... really an Ant related question or more SQL related?
Jan
-
To unsubscribe, e-mai
Hi
I wanted to know whether (and how) I can instruct ANT to use a specific
collation with the SQL task (specifically – when using MySQL).
Thanks