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 […]
Category: MySql
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 […]