Creating a MySQL Database
60 views
25 Aug 2026
Creating a MySQL Database
Most web applications (WordPress, Joomla, etc.) require a MySQL database to store their data.
Steps
- Log into OxPanel.
- Go to Databases →Add Database.
- Enter a database name (e.g.
myapp_db). - Enter a database username and password.
- Click Save.
Connection Details
- Host: localhost (or 127.0.0.1)
- Port: 3306
- Database: as entered above
- Username / Password: as created above
Use these details in your application's configuration file (e.g. wp-config.php for WordPress).