Figuring out absolute path of mysql to execute shell script

KryQ

New Member
How to figure out the \[code\]mysql\[/code\] location on a server (windows or linux)?I would like to run \[code\]mysql -u USER -p PASS DATABASE < filename.sql\[/code\]but I need the absolute path to mysql, how do I find out?
 
Back
Top