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

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 317 total)
  • Author
    Posts
  • in reply to: Ssh Tunnelling Broken In V8.5.1 #30978
    navyashree.r
    Member

    Hi,

    We have fixed this issue in our SQLyog PLINK.

    We are providing a not_release 'SQLyog-8.52n2' binary.

    Please click here to download,

    We will include this fix in our next release of SQLyog.

    Please let us know whether its working fine at your end.

    Warm Regards

    Navya

    in reply to: Ssh Tunnel Will Not Establish In 8.5.1 #30977
    navyashree.r
    Member

    I can see that you have created one more forum here and we will continue here,

    http://www.webyog.com/forums/index.php?showtopic=5237

    Anyways, I will move this post to “SQLyog: Bugs/Feature Requests”.

    in reply to: Request: Name Query Editor #30943
    navyashree.r
    Member

    Hi,

    Thanks for your request. Many users have requested for this valuable feature. Added here in our tracker,

    http://code.google.com/p/sqlyog/issues/detail?id=29

    We will discuss about the priority with my team and keep you updated on this.

    Best Regards,

    Navya

    in reply to: Improving Tabs In New 8.5 #30941
    navyashree.r
    Member

    Hey,

    Valid request. Thanks for your suggestion.

    We will definitely discuss with our team members about this request and then set priority to it.

    We will get back to you soon on this. I have added here in our issue tracker,

    http://code.google.com/p/sqlyog/issues/detail?id=1388

    Regards,

    Navya

    in reply to: Sqlyog Insert With Function As In Phpmyadmin #30938
    navyashree.r
    Member

    Hi,

    Quote:
    Can SQLyog perform inserts along with functions as phpMyAdmin? Particularly in Data View.

    Currently, in Table Data tab you can add 'inserts along with functions' in grid mode and save the data. Once you add data, it converts the value and save in grid. and See image 'function.jpg' and 'Result.jpg'.

    We've put your request for a feature in our issue tracker. We will discuss about this and keep you updated on this.

    http://code.google.com/p/sqlyog/issues/detail?id=1379

    Regards,

    Navya

    in reply to: Reorder Columns Window #30863
    navyashree.r
    Member

    Hi,

    Thank you for valuable words. Yes i agree with you.

    We have added your request in our issue tracker,

    http://code.google.com/p/sqlyog/issues/detail?id=1356

    But we will prioritize this after discussing with our colleagues and update you soon.

    Warm regards,

    Navya

    in reply to: Merging Two Mysql Databases #30857
    navyashree.r
    Member

    Chandru,

    Quote:
    Yes. Also, all dependent tables (if any) should be aware of this change to the PK in table. Ex: In DB2:animalTable the PK for Dog and Fish is 1 and 2 . After DB3 creation, it becomes 3 and 4.

    You can use 'IMPORT EXTERNAL DATA TOOL' from Powertools menu or simply click CTRL+ALT+O. Follow the steps to achieve your result:

    1. You have created 2 databases with tables (DB1 and DB2) and empty database (DB3).

    2. Open 'IMPORT EXTERNAL DATA TOOL' from Powertools menu.

    3. Create a new MySQL DSN for DB1. See image 'mysqldsn.jpg'. Similarly to Db2.

    4. Select the target database DB3 to import data from first database DB1.

    5. Now select tables and run the task to import data to DB3.

    Now, you have successfully transferred data and their table from DB1 to DB3. Open table from DB3 in TABLE DATA tab to view the data.

    6. Now again open 'IMPORT EXTERNAL DATA TOOL' from Powertools menu and select MySQL DSN for DB2.

    7. Select target DB3 to import data from DB2.

    8. In 'Select Table(s)' –> Map wizard, uncheck PRIMARY COLUMN from wizard. See image 'mapping.jpg'.

    9. Open 'Select Table(s)' –> Advanced options wizard. Select 'import into existing' and 'keep target data' options from wizard. See image advancedoptions.jpg'.

    10. Run the task.

    For output see image 'tabledata.jpg'. You will get the resultset as expected.

    Read our program help file for more info.

    Thanks.

    Navya

    in reply to: Sylyog – No Longer Sees Previous Setup Information #30862
    navyashree.r
    Member

    Thanks for information. We will try to reproduce at our end and update status.

    Quote:
    What is causing the *.dmp files to be generated?

    Dumps are the files which are created if application crashes and these are the dumps which was created in 2008 and is of no help now. So, in future if you get any crash dumps please send to us so that we can find out what is the root cause for that particular issue and nail down them easily.

    in reply to: Merging Two Mysql Databases #30854
    navyashree.r
    Member

    Chandru,

    Quote:
    So, my expectation from the tool would be the DB3 (DB1 + DB2) will have cumulative data from DB1 and DB2.

    Can you explain what you meant by 'cumulative data'? Is this is the case you are expecting your resultset to be:

    DB3:animalTable


    PK | Name |


    1 | frog |


    2 | ant |


    3 | dog |


    4 | fish |


    Sorry, if wrong please explain what way you are expecting your data to be?

    Thank You in advance.

    Navya

    in reply to: Sylyog – No Longer Sees Previous Setup Information #30860
    navyashree.r
    Member

    Hi,

    I am not able to tell exactly what happened. The settings are stored in a file 'sqlyog.ini'.

    Release notes:

    http://www.webyog.com/blog/2009/10/01/sqlyog-815-rc-has-been-released/

    “If a sqlyog.ini files exists in installation folder it should be copied to 'AppData' folder. This is required for upgrading from versions before 6.06. However with latest releases an empty file was created in 'AppData'.”

    The file position is:

    Windows 2K/XP/2003:

    C:Documents and SettingsUserApplication DataSQLyog

    Windows Vista/2008/7:

    C:Users{user}AppDataRoamingSQLyog

    Note that 'AppData' folder is a hidden folder (you unhide from Control Panel … Folder Options) and also note that some folders may have localized names.

    We will also try to reproduce this issue at our end as we encountered same long before. BTW please tell what is your OS?

    If you need more detailed help please tell!

    Thank You and Regards,

    Navya

    in reply to: Merging Two Mysql Databases #30852
    navyashree.r
    Member

    Chandru,

    To merge 2 MySQL databases into one you can use “Database Synchronization” or simply use “Copy database to different host/database”.

    Quote:
    Can webyog be used to merge these two databases into one database? i.e DB1 + DB2 = DB3.

    To do this first create “DB3” database where you need to copy tables and their datas from DB1 and DB2 into DB3.

    A. Using “Database Synchronization” tool from Powertools Menu. (right now we are supporting for single database only at a time):

    To perform this first select Source db “DB1” and Target db “DB3” and similarly “DB2” to “DB3” by checking option 'One way synchronization'.

    You can select 'Generate script' option from the wizard as shown in image “data sync.JPG” and edit the script in any editor by selecting only UPDATE statements. You may run Data Sync between master asand slave as , any difference between master and slave will result in INSERTs/UPDATEs/DELETEs on slave.

    FYI,

    Read the FAQ links given below,

    http://www.webyog.com/faq/content/27/114/en/introduction-to-the-_sqlyog-job-agent_-sja.html

    Also, to understand data sync in depth please read this article:

    http://webyog.com/en/whitepapers/Using_SQLyog_Enterprise_to_Effectively_Synchronize_MySQL_Databases.pdf

    (but note this article is not up-to-date, but principles are the same).

    Additionally, a very important point to notice is that the Primary Key on every table must be defined in such a way that the same value for the PK will never be created for different data on different hosts.

    B. Another option is to use “Copy database to different host/database”. First select source DB1 and target DB3 and copy the data. Similarly follow same to copy from DB2 to DB3.

    You can go through our Help document too.

    Regards,

    Navya

    in reply to: Merging Two Mysql Databases #30851
    navyashree.r
    Member

    Hi Chandru,

    Please post in right category as this is related to 'SQLyog' and I am moving this topic to “SQLyog Bugs and Features” section.

    Regards,

    Navya

    in reply to: How To Easily Enable All Privileges For A Single Table #30785
    navyashree.r
    Member

    Requested added in our issue tracker,

    http://code.google.com/p/sqlyog/issues/detail?id=1339

    Regards,

    Navya

    in reply to: "backup Database As Sql Dump" Bug #30719
    navyashree.r
    Member

    Hey,

    Can you please furnish the following details for further analysis :

    1. On which platform you are running?

    2. Both the MySQL versions where you exported and imported?

    3. Also please attach the output of this query,

    SHOW VARIABLES LIKE 'lower_case_table_names';

    Regards,

    Navya

    in reply to: Feature Request: Custom Filter Addition #30656
    navyashree.r
    Member

    Request is added in our list,

    http://code.google.com/p/sqlyog/issues/detail?id=727

    Thank You.

    Navya

Viewing 15 posts - 1 through 15 (of 317 total)