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

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Bug report: creating multiple tables in v3.1 #14085
    dogbody
    Member

    This happened using version 3.1

    Can you send me v3.0x

    I was using the previous version – I think it was 3.01

    I also used the release before that – I think it was 2.51?

    If you could send v3.0x to me, I'll see if I can issue a drop database using mysql.exe and then recreate it using the previous version 3.0x and let you know how it goes

    Thanks

    in reply to: Scheduled execution #13900
    dogbody
    Member

    You can schedule .bat files as well

    just create a text file

    give it the file extension .bat and put your command in it

    example: if I want to read everything in the database

    d:

    mysqlbinmysql -P3500 -uMyName -pMyPassword -DMyDatabaseName -e “SELECT * FROM MyTableName”

    That's all you need – of course this query is pretty pointless if it's scheduled, but it would suit replication.

    I would use DTS at the moment to transfer between MSSQL and MYSQL but I'm looking forward to when the SQLyog ODBC Import tool can be scheduled cause it's sooo much faster!

    in reply to: Save import job? #13661
    dogbody
    Member

    Cool Bananas!

    in reply to: Error #13655
    dogbody
    Member

    Show us the query

Viewing 4 posts - 1 through 4 (of 4 total)