12 messages in com.mysql.lists.perlRe: Problem !!!
FromSent OnAttachments
Ralph Kronberg18 May 2004 07:33 
Jochen Wiedmann20 May 2004 12:30 
lei shen21 May 2004 06:40 
lei shen24 May 2004 04:58 
Jochen Wiedmann24 May 2004 05:33 
lei shen24 May 2004 06:10 
Jochen Wiedmann24 May 2004 06:28 
lei shen25 May 2004 05:01 
Jochen Wiedmann25 May 2004 05:28 
lei shen25 May 2004 06:52 
Dave Howorth25 May 2004 07:41 
Robert J Taylor25 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.