My SQL

How many storage engines in MySQL?

1.  MyISAM :  MyISAM is a default storage engine and that one using in web, data warehousing and other application…

12 years ago

Creating Index in Mysql

IndexCREATE INDEX work_id(Index_name) ON table_name field_Name

13 years ago

php store array in database ?

Array can be stored in database in the form of string.we can use serialize function to make storable representation of…

13 years ago

MYSQL dump file using command prompt ?

First of all ,go to mysqldump utility folder eq. C:wampbinphpphp5.3.0 using commad prompt and then type following code.in this example…

13 years ago