Hi Drupal What is the diffrent between mysql and mysqli, I am having interest to move mysqli, any great different u know, Just share it -- Regards B.S.Bharanikumar POST YOUR OPINION http://bharanikumariyer.hyperphp.com/
On Sun, Oct 19, 2008 at 7:28 PM, bharani kumar < bharanikumariyerphp@gmail.com> wrote:
Hi Drupal
What is the diffrent between mysql and mysqli,
This is mailing list is not a search engine drupal_goto('google.com'); -- Thanks a lot ----------------------------------------- http://ubuntuslave.blogspot.com/
bharani kumar wrote:
Hi Drupal
What is the diffrent between mysql and mysqli,
I am having interest to move mysqli,
any great different u know,
Just share it
MySQLi (MySQL improved) is designed to be used with MySQL version 4.1 and upwards. It contains various improvements. Read the PHP manual pages [1] to get a better view of the difference and [2] contains a benchmark result. [1] http://php.net/manual/en/intro.mysqli.php [2] http://www.johnjawed.com/benchmarks/ - Jensen
It's worth adding that Drupal automatically selects mysqli from release 6 onwards On Sun, Oct 19, 2008 at 2:16 PM, Jensen Somers <foss@jsomers.eu> wrote:
bharani kumar wrote:
Hi Drupal
What is the diffrent between mysql and mysqli,
I am having interest to move mysqli,
any great different u know,
Just share it
MySQLi (MySQL improved) is designed to be used with MySQL version 4.1 and upwards. It contains various improvements. Read the PHP manual pages [1] to get a better view of the difference and [2] contains a benchmark result.
[1] http://php.net/manual/en/intro.mysqli.php [2] http://www.johnjawed.com/benchmarks/
- Jensen -- [ Drupal support list | http://lists.drupal.org/ ]
participants (4)
-
bharani kumar -
Jensen Somers -
sivaji j.g -
Victor Kane