Re: sqlplus vs mysql command line tool
Not sure if this is what you're after, You can achieve much the same in a single shell script and the MySQL client.
Something akin to
#!/bin/bash
mysql -u root -ppassword -e "SET PASSWORD FOR '$1' = PASSWORD('$2')"
might work.
/ Carsten
Subject
Views
Written By
Posted
27822
June 29, 2004 01:45AM
6651
June 29, 2004 02:39AM
Re: sqlplus vs mysql command line tool
5457
July 19, 2004 11:22AM
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.