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

Forum Replies Created

Viewing 15 posts - 196 through 210 (of 642 total)
  • Author
    Posts
  • in reply to: Can I schedule a query to run in SQLyog #16210
    Shadow
    Member

    I would say, it's rather the data sync wizard…

    in reply to: \n bug #16200
    Shadow
    Member

    Did you try to display the contents of that field as a result of a SELECT query?

    in reply to: Using Substr #16196
    Shadow
    Member

    No function is supported by SQLyog because it does not have to support any function. It's MySql that executes a function. All that SQLyog can do is to use different color coding for reserved words, function names, etc., to help developers.

    in reply to: Ask to save entered SQL #16189
    Shadow
    Member

    This feature is already incorporated in SQLyog Max beta.

    in reply to: blob field slow, ferefence cannot be read #15968
    Shadow
    Member

    Editing foreign key are on my wishlist, but I think Ritesh mentioned this feature as one of the enhancements in SQLyog MAX.

    in reply to: SQLyog 3.71 support for MySQL 4.1.3 ? #16183
    Shadow
    Member
    Quote:
    The bug would be solved in SQLyog 3.8

    Great! We have just upgraded to 4.1.3 and getting these error messages fustrate me!

    in reply to: CSV import #16188
    Shadow
    Member
    Quote:
    I can well believe MS was behind the confusion somewhere.

    I don't think they were the only one, but not surprising at all 🙄

    in reply to: CSV import #16186
    Shadow
    Member

    Technicly you are right, it was Excel that introduced this sluggish terminology (Excel treats all text files that have some data separation as csv), SQLyog merely follows this routine. One should check the settings, however, before performing any operation. BTW, SQLyog notes your settings, so next time comma will be offered as field separator.

    in reply to: Connecting to MySql remotely #16184
    Shadow
    Member

    Host name might be a problem. When you connect via command line, which host do you connect from? From localhost (where MySql runs) or from remote host (where SQLyog runs)? Check if xxx@intranet-100 user (or xxx@%) exists at all!

    in reply to: How I can schedule a DB backup job #16179
    Shadow
    Member
    Quote:
    However, how can I keep different backup for everyday, I mean, schedule a job to do that?

    Using data sync wizard alone is not sufficient, you'll need to write scripts to accomplish. For example, you could write a script that creates an empty db every day and modifies the job's xml file so that the newly created db is used as target and then executes sja.

    Quote:
    BTW, to use job manager, is there a way to see job status?

    Yes, in Windows scheduler. 😉

    in reply to: SQLyog 3.71 support for MySQL 4.1.3 ? #16180
    Shadow
    Member

    The error message is displayed (Could not read data for the table), but still it is capable of editing the properties. Annoying nevertheless, I admit.

    in reply to: How I can schedule a DB backup job #16177
    Shadow
    Member

    Or Windows Scheduler. Actually, SQLyog's db sync wizard uses the built in scheduler to time the execution of a specific job.

    in reply to: Once again about a Error No. 2003 #16172
    Shadow
    Member

    No, do not remove ZoneAlarm, just configure it! If ZA detects a new program wanting to connect to the “Internet” (ZA says so, even if SQLyog wants to bind to localhost only), you'll be promted if access can be granted or no. You should check out the programs list as well in its control panel to see if SQLyog is included there or not.

    in reply to: Once again about a Error No. 2003 #16171
    Shadow
    Member

    I thought SQLyog and MySqlAdministrator use the same way (libmysql.dll) to connect to a MySql instance. If a personal firewall prevents SQLyog from connecting, then it should do the same to MySqlAdmin, shouldn't it! Unless a rule has been specified for MySqlAdmin…

    in reply to: Once again about a Error No. 2003 #16167
    Shadow
    Member

    According to the error message, there is no MySql running on localhost. Make sure that you specify the right host and that MySql is up and running on that host!

Viewing 15 posts - 196 through 210 (of 642 total)