12 messages in com.mysql.lists.perlRe: Problem !!!| From | Sent On | Attachments |
|---|---|---|
| Ralph Kronberg | 18 May 2004 07:33 | |
| Jochen Wiedmann | 20 May 2004 12:30 | |
| lei shen | 21 May 2004 06:40 | |
| lei shen | 24 May 2004 04:58 | |
| Jochen Wiedmann | 24 May 2004 05:33 | |
| lei shen | 24 May 2004 06:10 | |
| Jochen Wiedmann | 24 May 2004 06:28 | |
| lei shen | 25 May 2004 05:01 | |
| Jochen Wiedmann | 25 May 2004 05:28 | |
| lei shen | 25 May 2004 06:52 | |
| Dave Howorth | 25 May 2004 07:41 | |
| Robert J Taylor | 25 May 2004 13:06 |
| Subject: | Re: Problem !!!![]() |
|---|---|
| From: | Jochen Wiedmann (joch...@freenet.de) |
| Date: | 05/24/2004 06:28:58 AM |
| List: | com.mysql.lists.perl |
lei shen wrote:
Dose Mysql has function option like Oracle NOLOG login? Establishes no initial connection to Oracle. Before issuing any SQL commands, you must issue a CONNECT command to establish a valid logon. Use /NOLOG when you want to have a SQL*Plus command file prompt for the username, password, or database specification. The first line of this command file is not assumed to contain a logon.
That is not a driver specific but an application specific thing.
I think, your misconception is, that MySQL does not have such thing as the opposite of NOLOG: You *must* always pass a user name and password to the database. Possibly the user name is implicitly choosen (the currently logged in user), but that's a feature one should not use anyways.




