Page 1 of 1

Importing database problem..

Posted: Tue Aug 28, 2012 5:56 am
by aerolite
Datapack 9008
Server 5522

Do I really need to follow this process to import the database of l2j database?
Putting the Data into your Database
1.) Open your folder than contains your server files.
2.) Open the folder named "Tools" and open database_installer.bat or .sh (If you are doing this on Linux).
3.) Do a full install, enter your information, and if you want you can install custom tables.
4.) After its done press any key to close and the Data is in the Database.

I'm doing a remote mysql and I have allow the server to the remote mysql access but it doesn't work for me. It keep saying that there is no database created, and when I allow them to create the database for me, they said there's something wrong{Not specified the error} ... can I manually import the SQL DB to mysql?

Re: Importing database problem..

Posted: Tue Aug 28, 2012 8:11 am
by jurchiks
Yes, you can just create the database on your computer, dump it and import the dump on the remote server.
You will have to execute sql updates manually if some are committed, though.