PHP MYSQL
Php is a server side scripting language. By using php we can
interact with the different databases. Php support cross database. Database
server is a collection of databases. Each database contains the database
objects(tables, stored procedure, etc)
By using php we can interact with the mysql database. Mysql is
an open source relational database management system implemented by mysql Ab
Corporation. This is adapted by sun Microsystems. We can interact with the
mysql database using commend prompt, phpmyadmin, php application.
To work with commend prompt execute mysql database. Exact
file what it is available in xampp/mysql/bin folder
Xampp/mysql/bin> mysql
-u root p
Mysql> create a database dbname;
Query ok