30 results for “mysql”
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…
DatabaseHow 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.jsHow 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.jsHow 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…
DatabaseHow 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…
DatabaseCreate 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…
DatabaseHow 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…
WebuzoHow 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…
DatabaseHow 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…
WebuzoHow 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…
DatabaseHow 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.jsHow 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…
DatabaseHow 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…
WHMHow 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…
WebuzoHow to Manage PHP Extensions in Webuzo
…mysqli / pdo_mysql — database connectivity. zip — creating and extracting archives. Frequently asked questions My app still says an…
WebuzoHow 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…
WordPressHow 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…
WebuzoWhat is Webuzo?
…Offers MySQL and MariaDB database management tools. Email Management: Create and manage email accounts with features like webmail…
cPanelHow to login to cPanel Account
…email accounts, manage email functionalities, create and manage MySQL databases, easily install lots of available scripts for blogs…
PHPChanging your PHP Version in cPanel
…must be currently using PHP 5.3 and MySQL 5.1 – if you are not using these minimum…
WHMHow to Create Hosting Packages in WHM
…It allows you to specify disk quota, monthly bandwidth, email accounts, ftp accounts, mysql databases, subdomains, parked domains…
WebuzoHow 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…
WebuzoHow 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…
cPanelWhat 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…
WebuzoA 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…
WebuzoWebuzo 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…
WebuzoHow 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…
TroubleshootingHow 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…
WordPressHow 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.jsHow 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…