Base de connaissances
How to Create a MySQL Database Imprimer cet article
All hosting accounts allow you to use and create one or more MySQL databases. You can create these databases in your cPanel, and manage them with the phpMyAdmin administrative interface.
Creating a database
- Connect to your cPanel.
- In the Databases category, click on MySQL Database Wizard.
- Enter any database name (example: project01) and click on Next Step.
- Enter a preferred Username and a secure password (you may automatically generate one by clicking on Password Generator), confirm your password, and click on Next Step. Note that the username will be composed of your main account username, followed by an underscore and your custom database username (example: johndoe_mysqlusername).
- Check the box next to ALL PRIVILEGES to grant the new MySQL user all rights to the database and click on Next Step.
- Note the database name, database user's name, as well as their password, as it will likely be required in your scripts. Note that the database name will be composed of your main account username, followed by an underscore and your custom database name (example: johndoe_dbname).
Cette réponse était-elle pertinente?
Articles connexes
How to Configure Software for MySQL Database Access
You'll often be asked to supply your MySQL database information in order to complete a software...
You'll often be asked to supply your MySQL database information in order to complete a software...
How to Manage MySQL Databases
To Create and Modify Users The easiest way to manually manage your database is from the cPanel....
To Create and Modify Users The easiest way to manually manage your database is from the cPanel....
What is my Hostname?
When you install a web application on your hosting account, you will often be asked to provide...
When you install a web application on your hosting account, you will often be asked to provide...
Use the remote MySQL
The remote MySQL allows you to connect web applications that are not hosted by Obambu remotely :...
The remote MySQL allows you to connect web applications that are not hosted by Obambu remotely :...