Why we use mysqli instead of mysql?



Why we use mysqli instead of mysql?..

Answer / Babi Kumari

MySQLI is a PHP extension that allows interaction with MySQL databases. It provides improved security features such as prepared statements and parameterized queries compared to the older MYSQL extension.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to use like conditions?

1 Answers  


What is ISAM?

1 Answers  


How to calculate the difference between two dates?

1 Answers  


What are date and time functions in mysql?

1 Answers  


How do I rename a table in mysql workbench?

1 Answers  


What does mysql flush privileges do?

1 Answers  


What is the latest version of mysql?

1 Answers  


Why do we use preparedstatement?

1 Answers  


Why mysql is used with php?

1 Answers  


What is the difference between float and double?

1 Answers  


What is 'mysqldump'?

1 Answers  


How to Recover a MySQL root password. Stop the MySQL server process. Start again with no grant tables. Login to MySQL as root. Set new password. Exit MySQL and restart MySQL server.

1 Answers  


Categories