MySQL Forums
Forum List  »  General

Batch Files
Posted by: Frans Reitsma
Date: August 01, 2004 11:56PM

I need to load database definitions stores in a batch file to the Database.

Have only limited access on the remote server.

Need to be able to specify the username, password, databasename and password.
The database password is different from the username password.

The following syntax is not sufficient:

> mysql -uUSERNAME -p PASSWORD < BATCHFILE


The databasename is specified inside the batchfile.

Thnkx.


Options: ReplyQuote


Subject
Written By
Posted
Batch Files
August 01, 2004 11:56PM
August 02, 2004 02:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.