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

Forum Replies Created

Viewing 15 posts - 2,356 through 2,370 (of 2,527 total)
  • Author
    Posts
  • in reply to: Truncate db / table incorrect #14079
    Ritesh
    Member

    Hmmmmmmmmmm….

    Thanks for the information 😀

    in reply to: Create table scripts? #14080
    Ritesh
    Member
    Quote:
    I had a sql script that had 2 create scripts. When I hit F-5, it only ran the first one… ? Is this correct?

    Yes 😀 To execute both the scripts, use Shift+F5

    Quote:
    is it possible to add refresh to the right click of the database menu without having to go to the parent connection and refresh the whole tree?

    You can refresh the tree by pressing F9

    HTH

    in reply to: It tries to connect to my dial-up server #14081
    Ritesh
    Member

    Error 1045 means that you dont have correct permission to connect to the MySQL server.

    Ask your MySQL Host to provide you with correct permission to connect remotely.

    in reply to: signing in with webyog #14068
    Ritesh
    Member

    Well…Its very difficult to point you anything?

    I believe, that the best place to start will be the MySQL Help files :huh:

    in reply to: Can't Get Connected 1045 #14056
    Ritesh
    Member

    Seems, you do not have correct permission to connect to the MySQL server.

    in reply to: Great product #14021
    Ritesh
    Member
    Quote:
    so, is this SQLyog open source?

    No 🙁

    Quote:
    OR there is a way or option to let the column show the data? Hmn… let me know!

    use Ctrl+L

    in reply to: grant to Users? #14055
    Ritesh
    Member
    Quote:
    Instead of grant all what specific grants we can give for normal users?

    You can provide specific permissions like Select, Update, Insert, Delete, Create, Drop, Grant, References, Index, Alter for a DB to a user 😀

    HTH

    in reply to: grant to Users? #14053
    Ritesh
    Member

    Why do people confuse SQLyog with Webyog?

    Webyog is the company name and SQLyog the product…..

    Anyway, great to know that people are using SQLyog 😀

    in reply to: New feature – select text from results #14051
    Ritesh
    Member

    Use Ctrl+L to switch from grid-mode to text-mode and vice-versa. You can then copy,search,etc.

    in reply to: Strange Chars in Column Names #14050
    Ritesh
    Member

    Hmmmmmmm…..Thanks for the information.

    Quote:
    I've noticed a few small glitches here and there

    Waiting for the list 🙄

    in reply to: Bug in exporting TIMESTAMP field #14049
    Ritesh
    Member

    Thanks for your information. We will work on it.

    in reply to: Largest Size Blob #14046
    Ritesh
    Member

    Hello

    Try this line in the [mysqld] section of your my.cnf

    set-variable = max_allowed_packet=16M

    We store around 3-4MB of binary data in BLOB fields without any problem 🙂

    in reply to: SQL ODBC Drivers #14044
    Ritesh
    Member
    Quote:
    I'm guessing that I will need some ODBC drivers

    You need MS SQL Server's ODBC driver installed in your computer.

    Create a DSN to the MS SQL Server's DB using Control Panel -> ODBC Datasources.

    Then you can use SQLyog's ODBC Import Wizard to Import data to MySQL. A tutorial on how to Import Data from ODBC Datasources to MySQL using SQLyog can be found at Devshed.com

    Hope it helps.

    in reply to: Minor adjustment (feature?) required #14038
    Ritesh
    Member
    Quote:
    The only way to refresh seems to be to disconnect and reconnect to server.

    You can refresh the Object Browser by pressing F9

    in reply to: Can someone please help #14039
    Ritesh
    Member
    Quote:
    load a database file to my database server.

    If you have your database backup in SQL scripts ( created using MySQLDump etc. ), then you can use Tools->Execute Batch Scripts… option to execute your queries from the file. The file can be of any size ( limited by OS ).

Viewing 15 posts - 2,356 through 2,370 (of 2,527 total)