3 PM
Subject: Password displayed in process list
> Hi,
>
> I am new to MySQL and have one question.
>
> I would like to run mysql job as a batch job (scheduled through cron) and
have to provide password to the batch job:
>
> mysql -udba -ppassword
>
> My concern that anybod
Hi,
I am new to MySQL and have one question.
I would like to run mysql job as a batch job (scheduled through cron) and have to
provide password to the batch job:
mysql -udba -ppassword
My concern that anybody running:
ps -ef
will be able to see the password when job is run.
Is there