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

Command Export,import

forums forums SQLyog Using SQLyog Command Export,import

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #9904
      toma
      Member

      in HELP of SQLyog GUI in section database

      it is possible to do

      1. copy database to different host/db

      2. export database as batch script

      3. restore database from a batch file

      4. back up database

      5. restore database

      i want to know command to every action

      (clientuser use application c# (in computer install sqlyog enterprise)

      actions export,import – my user want to do himself

      what file need run and what command write to do actions 1,2,3,4,5 from command line)

      where can i det information about topic?

    • #22517
      peterlaursen
      Participant

      What file need run? Answer: SQLyog.exe or SQLyogEnt.exe!

      You cannot run 'part of it'. SQLyog is a compiled binary. It does not run scripts in the background. The functionalities of SQLyog are GUI functionalities of the program itself. It does not execute external code. The code that is executes is compiled in the SQLyog binary.

      Exception is the SJA ('SQLyog Job Agent'). SJA functionalities can be called from command line or anothe application. Read about it here: http://webyog.com/faq/27_114_en.html

      So for executing from a C# program the 'backup powertool' could be a solution if I understand you right.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.