Forums WoW Modding Discussion Miscellaneous [Archive] How can I use HeidiSQL?

[Archive] How can I use HeidiSQL?

[Archive] How can I use HeidiSQL?

rektbyfaith
Administrator
0
11-04-2025, 05:19 PM
#1
Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

Hi, in the guide on how to make your server public using hamachi, it says that I need to change some things with HeidiSQL. How do I use this program? Keep in mind I have like no knowledge of SQL or anything [Image: 1f642.png] thanks <3
rektbyfaith
11-04-2025, 05:19 PM #1

Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

Hi, in the guide on how to make your server public using hamachi, it says that I need to change some things with HeidiSQL. How do I use this program? Keep in mind I have like no knowledge of SQL or anything [Image: 1f642.png] thanks <3

rektbyfaith
Administrator
0
11-04-2025, 05:19 PM
#2
Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

Also when I try to login to my server it gets stuck on Connected
rektbyfaith
11-04-2025, 05:19 PM #2

Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

Also when I try to login to my server it gets stuck on Connected

rektbyfaith
Administrator
0
11-04-2025, 05:19 PM
#3
Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

Hi Trikky.

Are you following this tutorial?:

http://www.emucoach.com/showthread.php?4...achi-Guide!

You simply just open it and follow the step on here:

Now you need to set your hamachi ID to the server realmlist. Go into your DB, HeidiSQL or Navicat, you can use them both. After you logged in, you will see a word called "Auth" click on that, and then click on "realmlist" and edit your "address" It will say 0.0.0.0 now, edit it to your hamachi IP, and save it. (You will have to do that or this wont work. (You can also change your realm name there. Your HeidiSQL or navicat is not needed now, you can close it, it doesn´t matter.

Are you having issues with it, need it more explained? Because I can do so.

Also, to your connection problem please check out this tutorial/fix:

http://www.emucoach.com/showthread.php?1...HOW-TO-FIX

Hope it helps!
rektbyfaith
11-04-2025, 05:19 PM #3

Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

Hi Trikky.

Are you following this tutorial?:

http://www.emucoach.com/showthread.php?4...achi-Guide!

You simply just open it and follow the step on here:

Now you need to set your hamachi ID to the server realmlist. Go into your DB, HeidiSQL or Navicat, you can use them both. After you logged in, you will see a word called "Auth" click on that, and then click on "realmlist" and edit your "address" It will say 0.0.0.0 now, edit it to your hamachi IP, and save it. (You will have to do that or this wont work. (You can also change your realm name there. Your HeidiSQL or navicat is not needed now, you can close it, it doesn´t matter.

Are you having issues with it, need it more explained? Because I can do so.

Also, to your connection problem please check out this tutorial/fix:

http://www.emucoach.com/showthread.php?1...HOW-TO-FIX

Hope it helps!

rektbyfaith
Administrator
0
11-04-2025, 05:19 PM
#4
Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

im having a issue with connecting to the Database fully, the only database i can see with HeidiSQL is information_schema, i dont see any other database, but when i log on with MYSQL Workbench 6.0 CE i see all databases, just cannot edit the users access permissions or anything that could be done with HeidiSQL, what am I doing wrong? the login information used is the same for both programs

Here is a video showing you what i mean.

https://www.youtube.com/embed/LOr26pZiG1k?wmode=opaque
rektbyfaith
11-04-2025, 05:19 PM #4

Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

im having a issue with connecting to the Database fully, the only database i can see with HeidiSQL is information_schema, i dont see any other database, but when i log on with MYSQL Workbench 6.0 CE i see all databases, just cannot edit the users access permissions or anything that could be done with HeidiSQL, what am I doing wrong? the login information used is the same for both programs

Here is a video showing you what i mean.

https://www.youtube.com/embed/LOr26pZiG1k?wmode=opaque

rektbyfaith
Administrator
0
11-04-2025, 05:19 PM
#5
Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

Well, to start, you are using navicat and not HeidiSQL. I would recommend using Heidi instead, you can get it from http://www.heidisql.com/ .

Furthermore, you are connecting with the user auth. I'm guessing that user doesn't have the appropriate permissions to view the databases. Try connecting as root and check if you can see the databases then. If you can, you can grant permissions to all databases with the following query:

Code:

GRANT ALL ON *.* TO 'someuser'@'somehost';

Of course, that's not the best idea for security. If you're going to set up users you probably want to be a bit more restrictive. You can read more about granting privileges to users here.

EDIT: also, in the future consider creating a new thread instead of replying to an existing one. Especially when your issue is completely different from the original poster's problem.
rektbyfaith
11-04-2025, 05:19 PM #5

Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

Well, to start, you are using navicat and not HeidiSQL. I would recommend using Heidi instead, you can get it from http://www.heidisql.com/ .

Furthermore, you are connecting with the user auth. I'm guessing that user doesn't have the appropriate permissions to view the databases. Try connecting as root and check if you can see the databases then. If you can, you can grant permissions to all databases with the following query:

Code:

GRANT ALL ON *.* TO 'someuser'@'somehost';

Of course, that's not the best idea for security. If you're going to set up users you probably want to be a bit more restrictive. You can read more about granting privileges to users here.

EDIT: also, in the future consider creating a new thread instead of replying to an existing one. Especially when your issue is completely different from the original poster's problem.

rektbyfaith
Administrator
0
11-04-2025, 05:19 PM
#6
Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

i showed in the video for Heidisql i wasnt able to see it at time frame 1:37 i was still not able to access the full database with ROOT access, i dont know how to fix/bypass that

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

###UPDATE###

i appologize i see what your saying, i changed my username, was reading my configuration settings wrong Thanks choco
rektbyfaith
11-04-2025, 05:19 PM #6

Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

i showed in the video for Heidisql i wasnt able to see it at time frame 1:37 i was still not able to access the full database with ROOT access, i dont know how to fix/bypass that

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

###UPDATE###

i appologize i see what your saying, i changed my username, was reading my configuration settings wrong Thanks choco

rektbyfaith
Administrator
0
11-04-2025, 05:19 PM
#7
Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

ive hosted the server to LAN only, now my friend on a LOCAL connection only via ADHOC network is able to connect see my realm and attempt to connect, but as soon as he trys server kicks him, why?
rektbyfaith
11-04-2025, 05:19 PM #7

Archived author: Trikky • Posted: 2025-11-04T18:19:05.303787
Original source

ive hosted the server to LAN only, now my friend on a LOCAL connection only via ADHOC network is able to connect see my realm and attempt to connect, but as soon as he trys server kicks him, why?

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)