Loading...

Knowledge Base

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

  1. Log in to your Account Manager via https://www.networksolutions.com/my-account/login.
  2. From the left-hand menu, click the Hosting tab.

    Hosting tab in the left navigation menu
     
  3. If you have a single hosting package in the account, you will be redirected to the Foundations control panel. If you have multiple Hosting packages in your account, click the MANAGE button on the respective Hosting package that you need to access.

    Multiple Hosting Package - Manage Hosting
     
  4. In the left pane, click on MySQL Management.

    MySQL Management
     
  5. 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.

    Database - Manage button

 

Create a new MySQL Database

  1. On the MySQL Management page, click + Add MySQL Database.

    MySQL Management - Add MySQL Database
     
  2. Enter a name for your database, then click Next.

    MySQL Management - Enter database name

    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.
       
  3. Type your database username and password, then click on Save.

    MySQL Management - Enter username and password
     
  4. In the next pop-up, set the database privileges.

    MySQL Management - Set privileges

 

Delete a MySQL Database

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

    MySQL Management - Delete MySQL Database

 

Connect to a MySQL Database

  1. On the Database Management page, look for your database user and click its ellipsis icon on the right.

    Database user
     
  2. Select Generate Code from the list of options.

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

    Select programming language
     
  4. 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.
  5. 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.

Did you find this article helpful?

 
* Your feedback is too short

Loading...