How to connect to your mysql database learn mysql.

English | Norsk

Home | Why Us? | Terms of Service | FAQ | Contact Us

Hi, How May I Help You?

Click here to talk to one of
our sales representatives.
AVAILABLE BETWEEN: 09.00 AM - 02.00 AM (GMT/UK)
04.00 AM - 09.00 PM (EST/US)

Check Domain Availability

Secure your FREE domain today:

www.
Search now

- WHAT'S INCLUDED -

Affordable Web Hosting Packages

  • Up to 40 GB of Disk Space
  • Up to 500 GB of Transfer/mo.
  • Free Domain Name For Life
  • Host Unlimited Domain Names
  • Unlimited POP3 E-mail Accounts
  • MS FrontPage Extensions
  • Free Site Builder with Templates
  • PHP, Perl/CGI, Python & MySQL
  • One-Click Website Software
    Installer (forums, CMS, blogs ++)
  • Free Setup - No Hidden Fees
FROM $595 /month
[click here for a full list of features]

Every web hosting plan includes a 30-day money back guarantee

Knowledge Base - Frequently Asked Questions

These articles have been written to help you quickly find an answer to some of the most frequently asked questions regarding our services. You can browse the Questions & Answers by clicking on the topics below. If you can't find the answer to your question in our FAQ, please don't hesitate to contact us!

Back | MySQL Databases

Articles In This Category:

What is a MySQL database?

Most of the web applications require a database where they store various settings and data. MySQL is a relational database management system, which means it stores data in separate tables rather than putting all the data in one big area. This adds flexibility, as well as speed. The SQL part of MySQL stands for "Structured Query Language," which is the most common language used to access databases. The MySQL database server is the most popular open source database in the world. It is extremely fast and easy to customize, due to its architecture.

Is MySQL compatible with FrontPage?

No, FrontPage do not support MySQL databases.

Do you support Microsoft SQL or Microsoft Access databases?

No, unfortunately we do not support Microsoft SQL or Microsoft Access at this time. Our servers run Linux, which means we're unable to install Microsoft SQL server on them.

Where can I learn more about MySQL and databases?

There is a tutorial located at their own site explaining all the features of MySQL. The tutorial is located here:
http://dev.mysql.com/doc/refman/4.1/en/index.html

There is also plenty of good tutorials available on the Internet for free.

Do you offer a tool to manage my databases online?

Yes! Go the the MySQL Databases section of the Control Panel. Then click on the name of the database you would like to edit using the phpMyAdmin tool.

Type in the following:
Username: the database name
Password: the database password you have assigned

How to connect to my database?

In order to connect to your database through e.g. a PHP script, use the following settings:

Database server: the hostname of the server your account is hosted on (supremecenterXX.com where XX is your server number)
Username: the database name
Password: the database password you have assigned
Port: 3306 (default)

How to create a new database?

To create a new database, go to the MySQL Databases section of the Control Panel. Then fill in the following information:

Database name: Choose a name for your database. Note that the name should not exceed 16 characters including "username_".
Password: Fill in the desired password in both fields.

Once you click on the Add SQL Account button, the database will be created and is ready to use.