Web Hosting
Create a MySQL database in cPanel
Create DB, user, assign permissions and connect from your app.
Mar 25, 20263 min readmysqlcpaneldatabase
1. Create the database
In cPanel open MySQL Databases and create a new DB. The user_ prefix is added automatically.
2. Create user
On the same screen create a user with a strong password.
3. Assign permissions
Add the user to the DB and tick ALL PRIVILEGES (or only the ones you need).
4. Connection
Host: localhost
Port: 3306
DB: user_mydb
User: user_myuser
Was this article helpful?
Be the first to rate it