Baumann, Michael schrieb:
Hi there,
I got a quite weird problem. Trying to update a table via a batch shell
script that looks like this
<snip>
while read AAA BBB
do
    mysql -u $DBUSER --password=$DBPASS --batch "--execute=update
                                                  ^

i guess your quotes are wrong, did you tried
      mysql -u $DBUSER --password=$DBPASS --batch --execute="update

--
Sebastian Mendel

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

Reply via email to