Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Setting Up Navcat Lite to Access the Database

Newbie Spellweaver
Joined
Aug 12, 2017
Messages
7
Reaction score
3
Download and install navcat or navcat lite


The instructions are for navcat lite.
Open navcat and then click on connection, it will ask you what type of database
Choose mysql.


On the window that pops up, on the general tab
Put a connection name. I put Aion 5.8
Then on host address
For a local database (if it on the same machine as the client)
Type localhost
If its on a different computer type in the IP address for that computer
Then on the port field type in 3312
Then on the username field type root
Then on the password field type the default password "123456" without the ""
Then click on "Test Connection"
That should say Connection Successful. If it does not then the password and or port info is incorrect.


The defaults are:


Database type: MariaDB (mysql will work) Navcat lite does not have a MariaDB for a choice. (mysql will work)


Connection Name: Aion 5.8 or what you want it to be.
Host or IP Address: localhost
database port: 3312
database username: root
database password: 123456


Change then to the above and try it again.


After it says Connection Successful click on ok.
After that you can double click on the newly created connection and it should open.
 
Back
Top