Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › How to run a sql script file from SqlYog ?
Hi all,
I want to launch a sql script file to update my database. How to do this from SqlYog or how to write the commands from the command line ?
Thank you very much indeed .
In v4.04: Tools -> Execute Batch File…
In v4.05 BETA: Tools -> Import From SQL Dump…
Thank you very much
Command line solution is: mysql -h your_host -u your_user -pyour_password < your_sql_script_file
Using SQLyog's GUI is a better way to do it 😀