I am trying to create a batch file to run MySQL commands under Windows 2K Server. I have read the info on "Using mysql in Batch Mode" on the MySQL site, but still can't get it to run a file like TEST.TXT containing "USE DB_NAME". Ultimately, I want to automate the batch file to run MySQL commands like "DELETE FROM TABLE_NAME" on certain dates.
Has anyone done this before?
Has anyone done this before?