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

How To Create A MySQL Database

This document provides instructions for creating a MySQL database using XAMPP: 1. Download and install XAMPP, which is a free and open-source cross-platform web server bundle that includes Apache HTTP Server, MySQL, PHP, and Perl. 2. Start the Apache and MySQL service modules in the XAMPP Control Panel. 3. In a web browser, go to http://localhost/phpmyadmin/ to access the phpMyAdmin interface for managing MySQL databases. 4. Click the "New" button to create a new database called "dbOrion" using the utf8_bin collation type. Then import the provided "mysql_script_dborion.

Uploaded by

Hafid T
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

How To Create A MySQL Database

This document provides instructions for creating a MySQL database using XAMPP: 1. Download and install XAMPP, which is a free and open-source cross-platform web server bundle that includes Apache HTTP Server, MySQL, PHP, and Perl. 2. Start the Apache and MySQL service modules in the XAMPP Control Panel. 3. In a web browser, go to http://localhost/phpmyadmin/ to access the phpMyAdmin interface for managing MySQL databases. 4. Click the "New" button to create a new database called "dbOrion" using the utf8_bin collation type. Then import the provided "mysql_script_dborion.

Uploaded by

Hafid T
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

https://codecanyon.

net/user/linkbirdtech | LinkBird Technologies

LINKBIRD
TECHNOLOGI HOW TO CREATE A MYSQL DATABASE?
ES
Download and install XAMPP, if you don't have the version.

Step -1 Downloaded from daviruzsystems.com


Please download & install XAMPP to manage MySql database
If you don't have a MySQL Database, you can download it for free here:
https://www.apachefriends.org/download.html

Step-2
MySQL is the de-facto standard database system for web sites with HUGE volumes of
both data and end-users. Another great thing about MySQL is that it can be scaled down
to support embedded database applications.
After installing XAMPP, Open XAMPP Control Panel
Start Apache & MySQL service module

After successfully running Apache & MySQL service module, green signal will show
the service.

Step-3
Open any web browser from your computer
Go to your browser's address bar type http://localhost/ or http://127.0.0.1
After a while, the XAMPP Apache page will be opened.
Click MySQL from this page.
Or enter this link directly from the browser. http://127.0.0.1/phpmyadmin/

Click on database tab

Enter database name dbOrion and select collection type utf8_bin and click con
create button.
After successfully creating database click dborion left side of the menu and click
on Import Tab.

Click on browse button Browse MySQL script from your computer. We provided
mysql_script_dborion.sql files in the SQL Script Database folder. And
Click Go button

After successfully importing mysql_script_dborion.sql , Import has been


successfully finished message will be shown.
Left side of the database list , expand dborion. You can see all datatable in this
database.

You might also like