Forum Replies Created
-
AuthorPosts
-
RiteshMember
What is your source DB?
Can you send us a backup of the tables?
RiteshMemberCheck out the following thread –
RiteshMemberWhich version of MySQL are you connecting to?
RiteshMemberEnter the correct source server details and expand the Database combobox (press F4 with focus on the combobox or click on the arrow button on the right). It will drop down with all the databases present in the server.
Quote:if the database name is 20 characters long you won't be able to specify your database nameThis is a bug. Will be fixed in the next release of SQLyog.
RiteshMemberHmmmmmmm
RiteshMemberIn the current version of SQLyog, you can edit an ORDERED set of data by using “Execute For Update (F8)” option.
e.g. execute a query like
Code:select * from tablename order by column descand press F8. It will bring up the Insert/Update window where you can update the data.
RiteshMemberMySQL Administrator targets the DBA only. SQLyog caters to both the DBA and the MySQL developer. We intend to make SQLyog the “Swiss Army Knife” for MySQL.
We are MySQL software partners and we are in regular touch with MySQL core development team. SQLyog and its related products will complement the GUI tools available from MySQL AB. However for the sake of convenience and completeness, there could be some overlapping features.
The release of MySQL Administrator makes MySQL more competitive as compared to proprietary RDBMS. This is great news for us at Webyog. We have bet our future on the success of MySQL!
RiteshMemberGreat 🙂
RiteshMemberMost of the users are still connecting to MySQL v4.0.x and below. The new 4.1.1 client library does not work correctly with 4.0.x and below.
For people who are using 4.1.1 and above, we have a specially compiled binary that can be downloaded from http://www.webyog.com/sqlyog/SQLyog364e.exe .
HTH
RiteshMemberWhich server are you connecting while taking the backup?
SQLyog checks for the server version and if it is less then 3.23.x then it wont quote the object names with '`'
RiteshMemberCan you explain a bit more?
RiteshMemberYes! SJA is definitely the tool for you.
You just need to install and configure SJA at each of the clients. You dont need to do any scripting. SJA can be scheduled.
However, if required, you can spawn SJA from your perl script
If the link goes down, SJA would resume from that point next time!
RiteshMemberThanks for pointing that out 🙂
We are working on the feature.
RiteshMemberHello
Check out the Roadmap of SQLyog Max at http://www.webyog.com/forums/index.php?act…ct=ST&f=2&t=472
RiteshMemberThis is a known bug. This will be fixed in SQLyog 3.64 final release.
-
AuthorPosts