Why does my PHP application say MySQL is missing or not supported?

PHP supports three different extensions for connecting to MySQL databases: MySQL – the original, and now outdated, MySQL API MySQLi (MySQL Improved) – an improved MySQL interface, and the recommend method to use PDO MySQL – an alternative database abstraction method MySQL is deprecated as of PHP 5.5, and has been removed entirely from PHP […]

Read More

How can I import my database?

Databases can be imported using the PHPMyAdmin feature in MyCP. To manage your databases with phpMyAdmin, log into myCP, click on MySQL Database at the top left, then click the phpMyAdmin link on the upper right hand side.   Sometimes databases are too big to import using the PHPMyAdmin interface in MyCP. The import will […]

Read More

What are my MySQL database limits?

GridLITE accounts may have a maximum of 5 mysql databases utilizing no more than 100mb collectively. GridPRO accounts may have a maximum of 25 mysql databases utilizing no more than 250mb collectively. GridMAX accounts may have unlimited databaeses utilizing no more than 250mb collectively.

Read More

What are my MySQL connection settings?

You will need the following in order to connect to your database: Your mysql server for GIP accounts is mysql.gip.superb.net The database name, found by looking at the entry under “Database” in the main MySQL screen in myCP. The database username which can be found by clicking “Users” for a particular database. The database password. […]

Read More

Shared Hosting Getting Started Guide

Welcome to your Shared Hosting package with Superb. This page has been created to help you get your website online and live to the world. If you have any questions about this document or suggestions on how to make this document more helpful, please email them to Contact Us. Before Getting Started: IMPORTANT: There is […]

Read More

How do I backup my database?

To back up your database, please follow these steps: 1. Log into phpMyAdmin and select the Databases link on the left side. 2. Click the name of the database you wish to back up. 3. Click the link for the Export tab above the database table list. 4. Choose the tables you wish to back […]

Read More

How do I delete a MySQL database?

In order to delete a MySQL database on your Grid Iron account, simply login to myCP, click on the “MySQL Databases” section and then click the “Delete” button next to the database you’d like to delete.  Please note that all data in the database will be immediately and permanently erased.

Read More

How do I restrict a database user’s access?

To restrict the access of a database user: 1. Click MySQL Database in myCP. 2. Click the Users link for the database you wish to modify. 3. Change any options as desred using the radio buttons and check boxes. 4. Change the password if desired (not necessary to change other options). 5. Click “Submit” to […]

Read More