Dustin Krysak wrote:
> Hi there, I was wondering if it was possible to issue multiple  commands
> to mysql from a regular command line? For example i know you  can issue
> a single by the following:
> 
> mysql -u${DB_USER} -p${DB_PASSWORD} -e 'show databases'

e.g.,
        -e 'show databases; use test; show tables;'

-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to