Unsupported Screen Size: The viewport size is too small for the theme to render properly.

How to run a sql script file from SqlYog ?

forums forums SQLyog Using SQLyog How to run a sql script file from SqlYog ?

  • This topic is empty.
Viewing 4 reply threads
  • Author
    Posts
    • #8896
      andy
      Member

      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 .

    • #17371
      Ritesh
      Member

      In v4.04: Tools -> Execute Batch File…

      In v4.05 BETA: Tools -> Import From SQL Dump…

    • #17372
      andy
      Member

      Thank you very much

    • #17373
      Shadow
      Member

      Command line solution is: mysql -h your_host -u your_user -pyour_password < your_sql_script_file

    • #17374
      Ritesh
      Member
      Shadow wrote on Apr 7 2005, 01:25 PM:
      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 😀

Viewing 4 reply threads
  • You must be logged in to reply to this topic.