Database management
Most web applications (such as WordPress) need a database. Nordweb's web hosting uses MariaDB databases, which you can manage from the Enhance panel.
Creating a database
- Log in at panel.nordweb.fi
- Navigate to Websites → select your website
- Open the Databases section
- Click New database
- Give the database a name and create a username + password
phpMyAdmin
phpMyAdmin is a browser-based tool for managing the database. You can access it from the control panel:
- Open the Databases section
- Click the phpMyAdmin link next to the database
Importing and exporting a database
Export (backup)
- Open phpMyAdmin and select the database
- Click Export
- Select the SQL format and click Go
Import
- Open phpMyAdmin and select the database
- Click Import
- Select the SQL file and click Go
If the database connection fails, how to find the cause »