It is very easy to create database in xampp.You can create Databases By directly executing the SQL query Or using PHP Myadmin
Using PHP Myadmin
Goto http://localhost/phpmyadmin/
Type the name of the database and click on create
Type the name of table and Number of fields click on GO
Type the name of field , type , length and click on GO
Now the database with table and fields is created
You may create database by executing the SQL query directly .
Tags : How to create database in mysql, how to create database tables in php , how to create database in apache server , how to create database and tables in xampp , create database in PHP without using query , GUI interface for creating database in xampp , my first php database program
Using PHP Myadmin
Goto http://localhost/phpmyadmin/
Type the name of the database and click on create
Type the name of table and Number of fields click on GO
Type the name of field , type , length and click on GO
Now the database with table and fields is created
You may create database by executing the SQL query directly .
Tags : How to create database in mysql, how to create database tables in php , how to create database in apache server , how to create database and tables in xampp , create database in PHP without using query , GUI interface for creating database in xampp , my first php database program
No comments:
Post a Comment