Autumn Sale is Live! - 35% OFF Shared Hosting + Free SSL & Free Migration

30 results for “mysql”

Database

How to Enable Remote MySQL Connection in WHM?

By default, remote MySQL connections are disabled for all cPanel servers. To enable remote MySQL connection in WHM…

Database

How to Configure Remote MySQL Database Connection in cPanel

…How to connect remotely to MySQL Database using MySQL Workbench MySQL Workbench is a visual tool for database…

Node.js

How to Connect a Webuzo Node.js App to MySQL

To connect a Node.js app to MySQL on Webuzo, you create the database and user in the…

Node.js

How to Connect a cPanel Node.js App to a MySQL Database

To connect a Node.js app to MySQL on cPanel, you create the database and a user in…

Database

How to create a MySQL database in cPanel

…Now let’s learn how to create a MySQL database. Click the MySQL Database Wizard icon. Enter a…

Database

Create a MySQL Database and a User from cPanel

Creating MySQL Database & User from cPanel is very easy. One can perform these tasks within a few…

Database

How to create a MySQL Database in cPanel

…Although there are several types of databases, MySQL is one of the most renown among them. Today we…

Webuzo

How to Set Up Remote MySQL Access in Webuzo

By default, your MySQL database only accepts connections from the server itself — which is exactly what you want…

Database

How to Reset a MySQL Database User’s Password in cPanel

If your site suddenly shows a database connection error, a changed or forgotten MySQL user password is a…

Webuzo

How to Create a MySQL Database and User in Webuzo

Almost every modern web application — WordPress, Joomla, a custom PHP site — needs a MySQL database to store its…

Database

How to Rename a MySQL Database in cPanel

cPanel makes renaming a MySQL database refreshingly simple — there is a built-in Rename option, so you do…

Node.js

How to Optimize Database Access in Node.js with Connection Pooling

…For MySQL with mysql2: const pool = mysql.createPool({ host, user, password, database, connectionLimit: 10 }); Then run queries against…

Database

How to Fix the “MySQL Server Has Gone Away” Error

The "MySQL server has gone away" error means your site's connection to the database was lost mid…

WHM

How to Convert an Addon Domain to a Dedicated cPanel Account

…Next to MySQL Databases, click Configure. The following page appears: 7. Select the MySQL databases and users using…

Webuzo

How to Manage PHP Extensions in Webuzo

mysqli / pdo_mysql — database connectivity. zip — creating and extracting archives. Frequently asked questions My app still says an…

Webuzo

How to Manage Databases with phpMyAdmin in Webuzo

phpMyAdmin is a friendly, visual way to work with your MySQL databases — browsing tables, editing rows, running queries…

WordPress

How to Fix the Error Establishing a Database Connection in WordPress

…Locate the database connection information: /** The name of the database for WordPress */ define(‘DB_NAME’, ‘database_name’); /** MySQL

Webuzo

What is Webuzo?

…Offers MySQL and MariaDB database management tools. Email Management: Create and manage email accounts with features like webmail…

cPanel

How to login to cPanel Account

…email accounts, manage email functionalities, create and manage MySQL databases, easily install lots of available scripts for blogs…

PHP

Changing your PHP Version in cPanel

…must be currently using PHP 5.3 and MySQL 5.1 – if you are not using these minimum…

WHM

How to Create Hosting Packages in WHM

…It allows you to specify disk quota, monthly bandwidth, email accounts, ftp accounts, mysql databases, subdomains, parked domains…

Webuzo

How to Import and Export a Database in Webuzo

Exporting a database creates a portable .sql backup of everything inside it; importing loads that file back in…

Webuzo

How to Update Webuzo to the Latest Version

…Does updating Webuzo update PHP, MySQL and my apps too? Panel updates focus on Webuzo itself. Software stack…

cPanel

What Is cPanel and What Can You Do With It?

…Work with databases Create MySQL databases and manage them in phpMyAdmin — the backbone of apps like WordPress. Secure…

Webuzo

A Beginner’s Guide to the Webuzo Dashboard

…Databases Create MySQL databases and open phpMyAdmin to manage their content. Apps (Softaculous) Webuzo has Softaculous built in…

Webuzo

Webuzo vs cPanel: Key Differences for Switching Users

…accounts, forwarders and autoresponders work the same way. MySQL databases and phpMyAdmin are present in both panels. Applications…

Webuzo

How to Install Webuzo on a VPS or Dedicated Server

…Webuzo should be the first thing installed — no existing Apache, MySQL or PHP. You need root SSH access…

Troubleshooting

How to Fix “Error Establishing a Database Connection”

…Confirm those details match a real database and user — see creating a MySQL database and user. Cause 2…

WordPress

How to Move a WordPress Site from Localhost to Live Hosting

…On your hosting, create a new MySQL database and user. Import your export into the new database. Step…

Node.js

How to Connect a cPanel Node.js App to a Cloud MongoDB (Atlas)

…Why cloud MongoDB? Unlike MySQL, which cPanel provides locally, MongoDB is typically not installed on shared servers. A…