Prakash_8111 0 Newbie Poster

Hi All,

I am developing a mysql monitering tool , So I don't want to give password inside the script, the script should able to access the database from OS user authnetication.

Can you please help me here , how to access mysql database without prompting / or giving password from command line.

As I have seen in Oracle you can do like this "sqlplus -L / as sysdba "

Thanks in advance.