In MySQL, I want to run a text file that has the SQL queries within it.
I attempted to execute source /Desktop/test.sql but received this following error:
mysql> . \home\sivakumar\Desktop\test.sql ERROR: Failed to open file '\home\sivakumar\Desktop\test.sql', error: 2
Can anyone help me with this?