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

Forum Replies Created

Viewing 15 posts - 331 through 345 (of 642 total)
  • Author
    Posts
  • in reply to: error no. 1130 #15605
    Shadow
    Member

    See my post in your first topic. There is no need to post a question twice, not even if the first one went to a wrong category.

    in reply to: error no. 1130 #15603
    Shadow
    Member

    This error means that the computer in which the MySql client is running, does not have the proper access rights to the MySql server. Grant the 'username'@'NT_machine_name' or 'username'@'%' user access to the desired db.

    in reply to: Insert/Update enum malfunction #15592
    Shadow
    Member

    I thought so! 😀

    in reply to: Sync error 1065 #15602
    Shadow
    Member

    concat_ws() function was changed in the 4.0.14 version, so this cannot be the reason of the failure of the sync. Can you think of any changes made to the dbs in question?

    in reply to: Sync error 1065 #15599
    Shadow
    Member

    No. What about sja.log? Should be located in the same directory where sja.exe is placed.

    in reply to: Sync error 1065 #15597
    Shadow
    Member

    Hmmm, apparently a string containing only spaces (or nothing at all) was passed to the server for some reason. Can you find such query in the history pane?

    in reply to: Sync error 1065 #15596
    Shadow
    Member

    Take a look at the history pane. You may find answer to your question!

    in reply to: print function #15595
    Shadow
    Member

    Well, there are better methods to accomplish this task, although printing is not included in SQLyog. You may copy and paste the table structure information from the object pane to notepad and have it printed. Alternatively, you may create a HTML file containing the schema definition of chosen tables (DB -> Create schema in HTML) and then print that file from your browser.

    in reply to: CSV Immport Error #15594
    Shadow
    Member

    Glad that it works, but I would like to know a bit more about this problem. Versions of MySql and SQLyog? Are the two tables identical? Are they in the same DB? Do they have the same storage type? Did you tamper with my.ini or my.cnf between the two tries?

    in reply to: Insert/Update enum malfunction #15590
    Shadow
    Member

    What is MySql 4.23? SQLyog 3.7 is still in beta, if you want to take part in testing it, then send an e-mail to Ritesh. (He is not available for the next 2 days, so be patient!)

    in reply to: Problem with conflicting MySQL versions #15587
    Shadow
    Member

    The problem is that some MySql versions contain incompatible changes. SQLyog uses the 4.0.x client library (there is a separate version for 4.1.1 and up) and one of your server is 3.x. SJA may work under these circumstances as well, but nothing can be guaranteed.

    About the error message: please check the key constraints, you might have different constraints on the two servers.

    in reply to: Cannot Edit User #15582
    Shadow
    Member

    Then do as Cal has suggested from the hosting control panel!

    in reply to: Cleaning field data using MySQL #15583
    Shadow
    Member

    Yep, Table -> Import data from CSV, just set fields terminated by to r.

    in reply to: Security #15577
    Shadow
    Member

    In this case you may delete the root account, although renaming is sufficient. The purpose of this is to make your MySql server more resistant to brute force attacks, since the attacker has to figure out the admin's username first.

    in reply to: Synchronization on what Port? Secure? #15573
    Shadow
    Member

    You may determine the ports used for accessing the dbs, however those ports must be the ones that the dbs use. (SQLyog connects to the db itself!!!!) You may try tunneling applications, but those won't help too much either – a port must be opened anyway. If it is possible, then use firewall rules to allow only specified machines to connect to that port.

Viewing 15 posts - 331 through 345 (of 642 total)