Forum Replies Created
-
AuthorPosts
-
Shadow
MemberSee my post in your first topic. There is no need to post a question twice, not even if the first one went to a wrong category.
Shadow
MemberThis error means that the computer in which the MySql client is running, does not have the proper access rights to the MySql server. Grant the 'username'@'NT_machine_name' or 'username'@'%' user access to the desired db.
Shadow
MemberI thought so! 😀
Shadow
Memberconcat_ws() function was changed in the 4.0.14 version, so this cannot be the reason of the failure of the sync. Can you think of any changes made to the dbs in question?
Shadow
MemberNo. What about sja.log? Should be located in the same directory where sja.exe is placed.
Shadow
MemberHmmm, apparently a string containing only spaces (or nothing at all) was passed to the server for some reason. Can you find such query in the history pane?
Shadow
MemberTake a look at the history pane. You may find answer to your question!
Shadow
MemberWell, there are better methods to accomplish this task, although printing is not included in SQLyog. You may copy and paste the table structure information from the object pane to notepad and have it printed. Alternatively, you may create a HTML file containing the schema definition of chosen tables (DB -> Create schema in HTML) and then print that file from your browser.
Shadow
MemberGlad that it works, but I would like to know a bit more about this problem. Versions of MySql and SQLyog? Are the two tables identical? Are they in the same DB? Do they have the same storage type? Did you tamper with my.ini or my.cnf between the two tries?
Shadow
MemberWhat is MySql 4.23? SQLyog 3.7 is still in beta, if you want to take part in testing it, then send an e-mail to Ritesh. (He is not available for the next 2 days, so be patient!)
Shadow
MemberThe problem is that some MySql versions contain incompatible changes. SQLyog uses the 4.0.x client library (there is a separate version for 4.1.1 and up) and one of your server is 3.x. SJA may work under these circumstances as well, but nothing can be guaranteed.
About the error message: please check the key constraints, you might have different constraints on the two servers.
Shadow
MemberThen do as Cal has suggested from the hosting control panel!
Shadow
MemberYep, Table -> Import data from CSV, just set fields terminated by to r.
Shadow
MemberIn this case you may delete the root account, although renaming is sufficient. The purpose of this is to make your MySql server more resistant to brute force attacks, since the attacker has to figure out the admin's username first.
Shadow
MemberYou may determine the ports used for accessing the dbs, however those ports must be the ones that the dbs use. (SQLyog connects to the db itself!!!!) You may try tunneling applications, but those won't help too much either – a port must be opened anyway. If it is possible, then use firewall rules to allow only specified machines to connect to that port.
-
AuthorPosts