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

Forum Replies Created

Viewing 15 posts - 271 through 285 (of 642 total)
  • Author
    Posts
  • in reply to: SQLyog For Linux #15990
    Shadow
    Member

    SQLyog is not available on Linux as of now. SQLyog MAX is planned to be released on other platforms than Windows in the upcoming months.

    in reply to: Duplicate Entry Error #15979
    Shadow
    Member

    And what do you mean by 'updating data' ? Do you mean that after the initial syncronization each attempt fails if you updated any record in DB located on the PDA?

    in reply to: error 2003 #15900
    Shadow
    Member

    Are you behind a firewall or is your MySql db located on a server hosted by an ISP? If yes, you may encounter problems connecting to your db.

    If you use firewall, then you have to tunnel SQLyog, it's been discussed extensively in this forum.

    If you have an ISP hosted MySql server, then you'll have to ask your ISP to allow remote access to your db (PHPMyAdmin runs locally!!!!).

    in reply to: What is 'max_allowed_packet' ? #15938
    Shadow
    Member

    This parameter restricts the size of data affected by a single insert or update statement. If you try to upload a 1MB jpg picture to your db, but your max_allowed_packet is set to 512KB then the attempt will fail. Set this parameter to the largest possible insert/update size (or to the largest WANTED insert/update size).

    in reply to: Linux SJA V2.0 localhost problem #15929
    Shadow
    Member

    Perhaps you could check out the “Can't connect to [local] MySQL server Error” part of the manual. Hope, it helps!

    in reply to: sqlwhere clause : how does it work ? #15922
    Shadow
    Member

    In this case, unfortunately, I cannot be of any help, as I don't have access to any Linux based computers running MySql…

    in reply to: sqlwhere clause : how does it work ? #15920
    Shadow
    Member

    Jalrond: Did you try to replace 20040610115204 with 2004-06-10 11:52:04?

    in reply to: sqlwhere clause : how does it work ? #15916
    Shadow
    Member

    Well, you could create a little script that modifies the XML file generated by sja by adding the desired date to node. You may use XML APIs (DOM, SAX), or just simply open it as a text file and insert the content.

    If you want to use the date/time when the sync job is executed, then use CURDATE(), CURTIME(), or NOW() functions of MySql in the WHERE clause.

    in reply to: No PRIMARY KEY defined #15676
    Shadow
    Member

    As I said before, sja is currently unable to sync tables without a PK. I know no hack or workaround. It is up to Ritesh to incorporate a new feature. He argues that you cannot tell which record gets updated in a table without PK as there may be multiple rows holding the same values.

    You should consider using MySql's built-in replication feature, that won't mind about PKs.

    in reply to: eror in syncing : Definition mismatch for …. #15924
    Shadow
    Member

    I would say that the definition of the synced tables are not exactly the same in the source and the target servers.

    in reply to: sqlwhere clause : how does it work ? #15914
    Shadow
    Member

    Sja has nothing to do with the first problem, it's XML specific. < and > (and others) characters have special meaning in XML, therefore they must be escaped. < must be written as < and > as >.

    You should describe the second problem in a greater detail! Does sja return any error messages? Any modification done to the dbs?

    in reply to: complete novice #15905
    Shadow
    Member

    Let's make a point clear: MySql is a database server and not a language. SQL is the accepted standard language for manipulating relational databases, including, but not limited to MySql. MySql implements a subset of SQL and extends the language with special functions.

    There are several tutorials and book available online that deal with SQL and data modelling in general. SQLyog may help you if you decide to use MySql to learn SQL as it provides an GUI for editing SQL statements (and a lot more, but you won't need most of its features in the near future).

    in reply to: error 2003 #15898
    Shadow
    Member

    Perhaps you could describe your problem in a greater detail. At first sight I would say that 207.176.202.85 does not have any MySql servers running.

    in reply to: Uknown Host #15735
    Shadow
    Member

    The correct MySql host name is either the IP address or the FULL NAME of the computer running MySql server. If MySql is provided by an ISP, then ask them for details. If you run it yourself, then check out your OS' manual how to find the full name or IP address of that machine.

    in reply to: Export Database as Batch File? #15889
    Shadow
    Member

    Support for MySql stored procedures are planned for SQLyog MAX. v3.7 however is capable of connecting to MySql 5.0, but it does not offer any GUI tool for accessing stored procs, you have to deal with them using the SQL window.

Viewing 15 posts - 271 through 285 (of 642 total)