General Help
  • Home
  • Databases - What is MySQL
  • Linux Installation
    • User and Database Creation
  • XAMPP
    • XAMPP Installation
    • Running XAMPP
    • Changing the Root Password
    • Creating User Accounts
    • Creating a Database
  • External Connections into Databases
  • Paid Server Hosting Databases
  • General Config
    • Config Interfaces
    • Config Items
    • Config Locations
    • Sprite Config
    • Reward Pools
  • MySQL Database FAQ
Powered by GitBook
On this page

External Connections into Databases

This page will go over how to connect to external databases while not being on the local machine that it is running on.

PreviousCreating a DatabaseNextPaid Server Hosting Databases

Last updated 1 year ago

There is a really nice software called HeidiSQL that allows you to conntect externally into databases, you can get it .\

If you already have configured accounts/databases you can login using your user accounts credentials

The Hostname/IP: is your public IPv4 Address of the machine where the database is hosted. You can find this IP Via command prompt and run the command ipconfig. Using this external connection, if using an account with the correct privileges or just using the root user, you can do all the same functions you can do inside of PHPMyAdmin. Now you can access your databases from anywhere with an internet connection!

here