In this guide, you will learn how to perform CRUD operation in PHP and MySQLi. CRUD means four basic functionality like Create, Read, Update, Delete. It is the operations perform in the database. I am explaining to show you step by step through scratch so you can learn better understanding if you are new to […]
Tag: MySql

How to Import Mysql database with use of command line?
I am explaining you, how to Import Mysql database with use of command line.When you have large size of database then you can not easily import from phpmyadmin. so you need to use mysql import command for it. so here I am writing simple command to import large size database using command in ubuntu. Syntax […]

how to get data between two dates with mysql query?
I am explaining you, how to get data between two dates with mysql query . you can easily understand concept of mysql query for between two dates. if you want to know about mysql query between two dates column then i will give simple example with solution query. Example: accessories Table: Query: Outout : Azhar […]

How to Export Mysql Database with use of Command Line in Ubuntu?
I am explaining you, how to export mysql database using command line in ubuntu. you can understand a concept of mysql export database via command line. When you have large size of database then you can not easily export from phpmyadmin. so you need to use mysql commands for it. so here I am writing […]