I forgot to add more detail. The environment variables used in this thread are MYSQL_HOME which i have defined to point to the location of the mysql prompt. The CLEDBUSER contains the log in information to the database which is (-uusername -ppassword -Ddatabase)
i have a c-shell scrip that connects to a mysql database database through and invokes a sql script which in turn invokes another sql script to run a query and return a report
#!/bin/csh
set MYSQL=${MYSQL_HOME}/mysql
set REPORT=${CLEADM_HOME}/Scripts/DataValidation/EOreport.sql...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.