I am trying to run the batch mode
to create all tables etc from .sql file
i am using mysql4.1 on windows
i am doing:
source "c:\mydatafile\db_files_01.sql" ;
When i do the above one: i am getting the error:22
I have also given full permission to the .sql file.
Please help, i am struck on this.
Thank you very much.