Knowledge Base
Categories: Legacy Domain
Powered by Network Solutions: Working with MySQL databases
This comprehensive guide is your one-stop shop for MySQL database management.
- Access the MySQL Management page
- Create a new MySQL database
- Delete a MySQL database
- Connect to a MySQL database
- Can't schedule a MySQL database backup
- Manage MySQL database via phpMyAdmin
Access the MySQL Management page
- Log in to your account via https://www.networksolutions.com/my-account/login.
- Click Websites & Hosting from the left navigation menu.

- Navigate to the hosting package that you want to access with Website Builder, then click Manage to continue.

- In the left pane, click on MySQL Management.

- On the MySQL Management page, you will find all the databases on your hosting server. Click the Manage button to go to the management page of the specific database.

Create a new MySQL database
- On the MySQL Management page, click + Add MySQL database.

- Enter a name for your database, then click Next.

Database naming pro tips
- Use lowercase - this will help avoid mistakes due to case sensitivity.
- No spaces - use underscore instead.
- No numbers - use only alpha English characters.
- Use valid, understandable names like blog, WordPress, e-commerce, and store. The name should be self-explanatory.
- Database name should not be more than 64 characters.
- Avoid using prefix.
- Type your database username and password, then click on Save.

- In the next pop-up, set the database privileges.

Delete a MySQL database
- Go to the MySQL Management page.
- Locate the database you want to delete, then click the trash bin icon on the right.

Connect to a MySQL database
- On the Database Management page, look for your database user and click its ellipsis icon on the right.

- Select Generate Code from the list of options.

- Select the Programming Language (Perl, PHP, or Python) from the drop-down menu.

- The connection string and codes necessary to connect to your database are generated depending on the selected programming language. Click on Copy Code Snippet and close the pop-up window.
- Use the code in your site where you want to make the connection to the database.
Can't schedule a MySQL database backup
Problem: When you go to the MySQL Beta > Manage Backups tab and click a database name to schedule it for backup, nothing happens.
Why is this happening: The server is trying to post an error, and it's not being displayed. The error says: Server is busy. Please try again later.
Solution: Please try to schedule your database backup later.
Manage MySQL database via phpMyAdmin
Within phpMyAdmin, you can also take the following actions to manage your database.
- Create a backup of a database
- Create tables of a database
- Import tables of a database
- Repair and optimize a database
- Run queries in a database
- Search for MySQL tables
Get practical tips and product updates on LinkedIn.
Follow Network Solutions
Did you find this article helpful?