By Bennett Gavrish
Overview
SQL is a database management solution that allows you to create dynamic web pages that constantly interact with the information in your database. After you have installed the MySQL software (see Resources below) onto your web server, you can begin creating files and databases.
Step 1
Open any web browser and navigate to the PHP My Admin page of your server. By default in MySQL, this page will be located at http://youraddress.com/phpmyadmin.
Step 2
Log in to the PHP My Admin page using the administrator username and password you chose when configuring your SQL server.
Step 3
Type in a name for the new file in the "Create New Database" field.
Step 4
Choose "Collation" from the list of database types and click on the "Create" button. SQL will now create a new database file on your web server.
Step 5
Create new tables in your database by typing in names, choosing the number of fields you want the table to have and then clicking on the "Go" button.
Step 6
Select names for the new fields and then click "Save" to finish setting up your new database file. Once the file has been saved on the SQL server, you can begin entering data.
How to Create a File on a SQL Server by electronicscountry.com