View Categories

Databases

4 Articles

Remote Database Access Explained

Last Updated: December 28, 2025

Remote Database Access allows an external server or application to connect to your MySQL database.By default, databases can only be accessed from the same server for security reasons. This feature is disabled by default and must be explicitly configured. What Remote Database Access Is Used For Remote access is typically used when: For normal Web...

phpMyAdmin Basics

Last Updated: December 28, 2025

phpMyAdmin is a web-based tool that allows you to view and manage MySQL databases through a browser.It is included with your Web Hosting or Site Hosting package and is accessible from cPanel. phpMyAdmin does not create databases by itself.It is used to manage databases that already exist. What phpMyAdmin Is Used For phpMyAdmin allows you...

Creating Databases with the Database Wizard

Last Updated: December 28, 2025

The MySQL Database Wizard in cPanel is the simplest and safest way to create a database.It guides you through all required steps and prevents common mistakes. This tool is recommended for beginners and for most Web Hosting and Site Hosting users. What the Database Wizard Does The Database Wizard helps you: Without the wizard, these...

MySQL Databases in cPanel Explained

Last Updated: December 28, 2025

A MySQL database is used to store structured data for websites and applications.Most modern websites need a database to function correctly. Examples of data stored in a database: If you are using a CMS such as WordPress, Joomla or similar software, a MySQL database is required. Where to Find MySQL Databases in cPanel In cPanel,...