Import/Export Mysql

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
andr3iu7z
Posts: 114
Joined: Sun Jan 10, 2010 2:25 pm

Import/Export Mysql

Post by andr3iu7z »

Can someone post a guide for IMPORT/ Export for mysql?
In navicat or anyother program that are u using
mgbhard
Posts: 228
Joined: Mon May 05, 2008 10:34 pm

Re: Import/Export Mysql

Post by mgbhard »

In Navicat:
Export:
1º Right Button
2º Dump SQL File

Import:
1º Right Button
2º Execute Batch File

1 thing, if you are not using the latest version of navicat, then upgrade before dumping a db, cause old versions doesn't use "compete inserts", so the import will take hours.

I really recommend you to use the "MySQL GUI Tools" for backup and restore task.
Image
andr3iu7z
Posts: 114
Joined: Sun Jan 10, 2010 2:25 pm

Re: Import/Export Mysql

Post by andr3iu7z »

navicat premium 8.2
i need to take each new table (account_Data, characters etc etc) and so on?

Code: Select all

 [Err] 1062 - Duplicate entry 'zedone' for key 'PRIMARY'[Err] INSERT INTO `accounts` (`login`, `password`, `lastactive`, `accessLevel`, `lastIP`, `lastServer`, `email`) VALUES ('zedone', 'OvLzcDU42P+msJ1zEJQYKdGo9/0=', 1265322029937, 0, '78.183.26.38', 2, NULL);[Msg] Finished - Unsuccessfully
one of the error
andr3iu7z
Posts: 114
Joined: Sun Jan 10, 2010 2:25 pm

Re: Import/Export Mysql

Post by andr3iu7z »

Ok i did. Thank you very much for info. without you i wouldnt succes
Post Reply