Explain the difference between mysql and mysqli interfaces
in PHP?
Answer Posted / guest
mysqli is the object-oriented version of mysql library
functions.
| Is This Answer Correct ? | 96 Yes | 18 No |
Post New Answer View All Answers
How to load data files into tables with 'mysqlimport'?
Is mysql from oracle?
What is 'mysqladmin' in mysql?
What is localhost in mysql?
What are procedures in mysql? Explain
What is blob and text in mysql?
What is the difference between the primary and unique key in mysql?
What is max connection in mysql?
Why do we use views instead of tables?
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
How we get sum of column.
Can't connect mysql server on localhost?
How do I change directories in mysql?
What is mysql enterprise edition?
I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.