Database Solutions: FAQ


What is SQL?
SQL (Structured Query Language) is the most popular database language in use today. SQL is used to create database queries that take the form of commands. SQL queries enable you to select, insert, update and determine the location of data, among other tasks. MySQL and Microsoft® SQL Server™ utilize the SQL language.

[ Back to Top ]


What is MySQL?
MySQL is an open source relational database management system that utilizes the SQL database language. It is a multi-user, multi-threaded database server that provides speed, robustness and ease of use.

[ Back to Top ]


What database does Burningbulb support?
Burningbulb's UNIX platforms supports MySQL.

[ Back to Top ]


How do I connect to my database?
When you request your database using your sites online control panel you will be given your database name and password. This is the user name and password you will use to connect to the database. To access your MySQL database, you can use the online interface in your control panel or you can also access your database via the command line using SSH (UNIX platforms only).

[ Back to Top ]


Does Burningbulb provide technical support for databases?
Burningbulb will provided limited support in the setup and connection of a database. However, Burningbulb cannot assist you in building your database. Database design and construction is very complicated and should only be undertaken by someone with experience using MySQL.

[ Back to Top ]


© 2003 Burningbulb.net