Home » Science » Computer Science » How to Testing your MySQL Installation

How to Testing your MySQL Installation

When using MySQL with PHP, you’ll issue the same types of commands, only within the context of the PHP code.

 

Starting MySQL

To start MySQL manually,  go to the Windows Start menu, choose Run, type

c:\Program Files\MySQL\MySQL Server 5.6\bin\mysql-nt.exe

And press Enter.

 

The MySQL process will now be running in the background. you can now connect to MySQL and create database and tables.

 

Creating a Test Database

Before going any further, you should know the following :

  • A database is a collection of tables.
  • A table contains a set of records, also referred to as rows.
  • All records have the same number of fields.
  • Each fields categorizes a piece of a data.

 

 

About

The main objective of this website is to provide quality study material to all students (from 1st to 12th class of any board) irrespective of their background as our motto is “Education for Everyone”. It is also a very good platform for teachers who want to share their valuable knowledge.

Leave a Reply

Your email address will not be published. Required fields are marked *