All Database related Questions

by Brionna | 24/08/21 | 1 Answers | Tags : MySQL , database , data-storage , MySQL-storage-engine Views : 381
What is the use of engine InnoDB?

Read more

by Freeman | 24/08/21 | 1 Answers | Tags : MySQL , database , storage-engines , MySQL-storage-engine Views : 361
When should I use MySQL memory engine?

Read more

by Jalon | 17/06/21 | 1 Answers | Tags : PHP , MySQL , database Views : 494
insert multiple rows into database via form

Read more

by Mahesh Radadiya | 09/06/21 | 1 Answers | Tags : database , mysqli , search Views : 270
query to search through an entire database in mysqli

Read more

by sarah | 12/09/17 | 1 Answers | Tags : PHP , mysqli-extension , database , PDO Views : 1150
i am using the mysql untill now but its deprecated from now so i am finding good way to get list of database in PHP with mysqli or PDO so how to get list of database in PHP without mysql.

Read more

by noob | 28/02/17 | 2 Answers | Tags : database , parse , csv Views : 1122
try to prase the csv and store to database. i am exploding it csv content with "," and still i getting improper result. so is that good way to parse beside of it ?

Read more

by jessica | 11/02/17 | 1 Answers | Tags : mysqli-extension , database , PDO Views : 1214
what is difference between mysqli and PDO in PHP ? which one is best to use mysqli or PDO in PHP ? i mostly used mysql extension , never used PDO and mysqli is extended version of mysql and PDO is already know good alternative of mysql extension . so which one is good or bad between mysqli or PDO ? what is pros and cons of mysqli and PDO so i can avoid problem of database related in advance

Read more

by jaydeep | 09/02/17 | 2 Answers | Tags : database , SQLite Views : 1210
how to fetch table list in SQLite database

Read more

by yogi | 07/02/17 | 3 Answers | Tags : node.js , JS , database , SQLite Views : 1765
trying to connect Node Js with SQLite but don't know where to start so how to connect SQLite in Node JS ?

Read more

by sqltreat | 30/01/17 | 1 Answers | Tags : PHP , deprecated-function , database , mysql_list_dbs , deprecated Views : 2088
i am finding alternative of the mysql_list_dbs in php , in php , it was easy to get list of database by function mysql_list_dbs above code will give you list of databases in current MySQL database. but mysql_list_dbs is deprecated as of PHP 5.4.0 so what is the other alternative of mysql_list_dbs function ? is there any PHP function or MySQL function which is used to get database list

Read more

by ajamil | 24/01/17 | 1 Answers | Tags : database-indexing , MongoDB , GroupBy , database Views : 971
how to GroupBy multiple columns in MongoDB ?

Read more