0%
Loading...
NolimitHost

How do I connect to my database?

Last updated: March 28, 2026

This guide shows you how to connect to your MySQL database using HeidiSQL, a popular and free database management tool.

Requirements

  • HeidiSQL (free database client)
  • Database created in your NolimitHost Game Panel
  • Database credentials (hostname, username, password, port)

Step 1: Download and Install HeidiSQL

Download HeidiSQL

  1. Visit the HeidiSQL Download page
  2. Click the "Download" button to download the latest version
  3. Save the installer to your computer

Install HeidiSQL

  1. Run the downloaded installer
  2. Follow the setup wizard (you can accept all default settings)
  3. Complete the installation

Step 2: Get Your Database Credentials

From your Game Panel:

  1. Log in to your Game Panel
  2. Click on "Management" and select "Databases"
  3. Find your database in the list and note the following information:
    • Hostname: Connection address/port (e.g., "db.nolimithost.cc:3306")
    • Username: The database username
    • Password: Click the key icon to reveal the password
    • Database Name: Your database name

Step 3: Connect to Your Database

In HeidiSQL:

  1. Open HeidiSQL
  2. Click "New" to create a new connection
  3. Fill in the connection details:
    • Hostname/IP address: Enter your hostname (usually something like "db.nolimithost.cc")
    • Port: Enter the port number (usually 3306)
    • User: Enter your database username
    • Password: Enter your database password
  4. Click "Open" to connect

If the connection is successful, HeidiSQL will display your database structure on the left side.

Troubleshooting

Connection Refused: Make sure you're using the correct hostname, port, username, and password. Double-check that spaces or special characters aren't accidentally included.
Wrong Password: If you forgot your password, you can reset it from the Game Panel by clicking the key icon button on the database entry.

Next Steps

Once connected, you can manage your database tables, run queries, and perform backups directly from HeidiSQL.