30 results for “create 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…
DatabaseHow to create a MySQL database in cPanel
…That’s it! MySQL database has been created, and the new user added to the database. The database…
WebuzoHow to Create a MySQL Database and User in Webuzo
…Open the Databases section and click MySQL Databases. Enter a name for your database and click Create Database…
DatabaseHow to create a MySQL Database in cPanel
…To create a MySQL database, we need to follow 3 simple steps. Create a database Create an user…
DatabaseHow to manage PostgreSQL databases and users in cPanel
…Create a PostgreSQL database To create a new PostgreSQL database, enter a name for the database 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…
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…
aaPanelHow to Create and Host a Website in aaPanel
…Optionally tick to create a database and a PHP version at the same time. Click Submit. aaPanel creates…
CyberPanelHow to Create a Website in CyberPanel
…Add a database if needed Applications like WordPress need a database. In CyberPanel, go to Databases → Create Database…
DatabaseHow to import a database using phpMyAdmin
…This is assumed that you have already created a blank database in your cPanel account and you wish…
DatabaseHow to Configure Remote MySQL Database Connection in cPanel
…the user you created for the database. Password: the password for the database user that was created. Default…
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…
WordPressHow to Install WordPress Manually
…Create a database and Database user. Now add the user to the database with full permissions. Step 6…
WordPressHow to duplicate a WordPress website manually
…Export current database file from phpMyAdmin. Step 7: Now import the database file to your newly created database…
Malware Removal & Site CleanupHow to Find and Remove Malware Hidden in Your Website's Database
Cleaning your files but leaving your database infected is a common reason a site stays hacked. Malware can…
WordPressHow to Move a WordPress Site from Localhost to Live Hosting
…Move the database Export your local database (from your local phpMyAdmin). On your hosting, create a new MySQL…
Node.jsHow to Connect a cPanel Node.js App to a Cloud MongoDB (Atlas)
…Set up an Atlas database Create a free cluster in MongoDB Atlas, create a database user, and get…
cPanelHow to Clone a Website to a New Domain Using cPanel
…Copy the database Export the database from the original site. Create a fresh database and user — see creating…
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…
DatabaseHow to Rename a MySQL Database in cPanel
…If the option is unavailable, you can achieve the same result by creating a new database, then exporting…
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…
Node.jsHow to Optimize Database Access in Node.js with Connection Pooling
…const pool = mysql.createPool({ host, user, password, database, connectionLimit: 10 }); Then run queries against the pool, and it…
WebuzoWhat is Webuzo?
…Offers MySQL and MariaDB database management tools. Email Management: Create and manage email accounts with features like webmail…
WebuzoHow to Back Up and Restore Your Website in Webuzo
…Webuzo makes creating and restoring backups straightforward. Create a backup Log in to your Webuzo Enduser Panel. Open…
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…
Control Web Panel (CWP)How to Create a New Account in Control Web Panel (CWP)
…create custom packages? Yes. Under the packages section you can define your own limits for disk, bandwidth, databases…
WebuzoHow to Migrate a Website into Webuzo
…Move your database Export the database from your old host with phpMyAdmin, then import it into Webuzo. Create…
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…
Scripts & AppsHow to Install Joomla Using Softaculous
…Softaculous creates the database, installs the files, and gives you two links: your site and your admin login…
MigrationHow to Migrate a Website from One cPanel Host to Another
…Move the databases Export each database from the old host. Create a matching database and user on the…