forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › mysqlyog locks up
- This topic is empty.
-
AuthorPosts
-
-
August 6, 2003 at 10:37 pm #8122BobnzMember
While importing an access database (data and structure) evrything runs fine until it gets to one table where upon it freezes. I can import this table by itsself and can import all other tables without this one. Is there a size limit for importing? this table has about 600 records, not a lot really but around 15 fields per record. No unusual datatypes in the table, memo, text, various dates, ints, ….
any help appreciated
Bob
-
August 7, 2003 at 5:12 am #14753RiteshMember
Which version of Access?
There should not be any problem with SQLyog with importing such small table.
If the data is not sensitive, can you send us a backup of the database particularly the table in concern, so that we can work on the issue and resolve any bug ( if there are ).
-
August 7, 2003 at 10:21 pm #14754BobnzMember
I have included the table minus some data. Hav also had a problem with another DB where some of the tables names hav a ” / ” ie. table/table is there a list of reserved characters or just a specific naming convention for mysqlyog. I have over 600 DB's to migrate to mysql so would like as much info on the import process as possible.
thanks again
Bob
-
August 8, 2003 at 6:41 am #14755ShadowMember
There is no naming convention in SQLyog, it is MySql and the os on which MySql is running that restricts what characters are acceptable in a db/column/field/index name.
MySql does not allow “/”, “” and “.” in the db names, “/” and “.” in table names. If your os restricts the usage of other characters in directory and file names, then those characters are not allowed either.
-
August 8, 2003 at 10:21 am #14756RiteshMember
Thanks for the datafile. We will work on it.
BTW, Which version of Access?
-
August 8, 2003 at 8:59 pm #14757BobnzMember
Sorry about that , using access97.
Bob
-
August 8, 2003 at 9:02 pm #14758BobnzMember
Thanks Shadow, I'm using MySql on RH 9.0
Bob
-
August 9, 2003 at 4:36 am #14759RiteshMember
We have Office 2K. When we ran your DB with our Access driver, all the rows got imported properly and we didnt have any problem.
We are on WinXP with Office 2K. We will try the same DB, on other OS and different version of Office and will report back soon.
-
August 11, 2003 at 2:05 am #14760BobnzMember
I have the ok to upload the DB
I'm using mysqld 3.23.54 that comes with RH9
PC is 2.2mhz 512mb ram
windows PC is a windows NT workstation
Bob
-
August 11, 2003 at 7:11 am #14761ShadowMember
Hi Bobnz,
could you tell me at which table did the import stop?
-
August 11, 2003 at 8:00 am #14762ShadowMember
Hi Bobnz,
Imported your db on Winnt Workstation (SP6) with Access 97 to MySql 4.0.13 and 4.1-alpha without any problem. It succeeded on Win2K professional with Access 2000 as well. Perhaps you should try with a newer version of MySql. Could you tell the name of the table that halts the import?
-
August 12, 2003 at 10:35 pm #14763BobnzMember
Hi, I think the problem has been one of patience or lack of. I expected import process to be very quick where in fact it can take some time. What I noticed was that the task manager had mysqlyog as not responding yet the network traffic icon was lit and up sure enough the network monitor showed data being transferred, I went and had a coffee and on my return db had been imported.
One thing when I import a db I have to close sqlyog then add that db to the user at the connect window is there a easier way of doing that?
When sqlyog opens only some of the db's in the left window (under the user@host ) display tables when I click on the + . With some the + just disappears yet I can run queries on them on the server so I know they are there and that they have tables and data.
Thanks for your help I appreciate it; I will work on my patience 😛
-
August 13, 2003 at 3:45 am #14764RiteshMember
Great.
It seems that you are specifying DBs in the connection window. Dont specify *any* in the Connection Window and SQLyog will show all the databases in the Object Browser.
-
August 13, 2003 at 8:34 am #14765ShadowMember
Or just need to refresh the object browser by pressing F9 after the import…
-
August 13, 2003 at 7:30 pm #14766BobnzMember
Ok thanks for all the help.
great program.
Bob
-
-
AuthorPosts
- You must be logged in to reply to this topic.