0% found this document useful (0 votes)
10 views

Create Database Lesson

The document provides steps to set up a database connection using Xampp and SQLYog. It outlines starting Xampp, opening SQLYog, creating a new connection, and then creating a database and tables within SQLYog.

Uploaded by

WearIt Co.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Create Database Lesson

The document provides steps to set up a database connection using Xampp and SQLYog. It outlines starting Xampp, opening SQLYog, creating a new connection, and then creating a database and tables within SQLYog.

Uploaded by

WearIt Co.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Software Requirement:

 Xampp
 SQLYog

Starting database Connection

1. Open Xampp program


2. Xampp Control Panel will appear, then click the first two start buttons

Note: the start text of the button will become stop

3. Then minimize now the Xampp Control Panel

Opening our Database Management System (DBMS) which is the SQLYOG

1. Open SQLYOG program


2. Click the New button
3. Just leave the default name as it is in the New Connection
4. If the name of the new connection exist, change the name of your connection
5. Then click Ok
6. Then click the Connect button
7. The environment of the SQLYOG must appear, or else go back to the first program.
This the SQLYOG Environment
Creating your DATABASE
1. Right Click the root@locahost

2. Then choose and click the Create Database

3. Type the Database Name then click Create


Note: The database name you created must appear in the database list.
4. Click the + sign on the left side of the database you create
5. Now you can create your tables inside the database. Right click the table under the
database you created.

6. Then Click the Create Table. Now input the field names in the table.
7. Then Click the Create Table button.
8. Now you are ready to create another table.
9. You may repeat the process and practice.

You might also like