Re: [Aikiframework-devel] [Bug 875099] [NEW] Installer.php use MySQL instead of ezSQL

2011-10-16 Thread chovynz
I would prefer Mysql. It's the defacto standard. On 17 October 2011 09:42, Bassel Safadi wrote: > No there is no reason or that it should use ezsql instead normal mysql > > Sent from my iPhone > > On Oct 15, 2011, at 9:15 PM, rejon wrote: > > > Maybe the libraries aren't loaded by that command?

Re: [Aikiframework-devel] [Bug 875099] [NEW] Installer.php use MySQL instead of ezSQL

2011-10-16 Thread Bassel Safadi
No there is no reason or that it should use ezsql instead normal mysql Sent from my iPhone On Oct 15, 2011, at 9:15 PM, rejon wrote: > Maybe the libraries aren't loaded by that command? Bassel, is/was > there a reason for this? > > On Sat, Oct 15, 2011 at 11:39 PM, Jakub Jankiewicz > <875...@b

Re: [Aikiframework-devel] [Bug 875099] [NEW] Installer.php use MySQL instead of ezSQL

2011-10-15 Thread rejon
Maybe the libraries aren't loaded by that command? Bassel, is/was there a reason for this? On Sat, Oct 15, 2011 at 11:39 PM, Jakub Jankiewicz <875...@bugs.launchpad.net> wrote: > Public bug reported: > > Code from installer.php > >  $conn = @mysql_connect($_POST['db_host'], $_POST['db_user'], >  

[Aikiframework-devel] [Bug 875099] [NEW] Installer.php use MySQL instead of ezSQL

2011-10-15 Thread Jakub Jankiewicz
Public bug reported: Code from installer.php  $conn = @mysql_connect($_POST['db_host'], $_POST['db_user'], $_POST['db_pass']) or die ('Error connecting to mysql');  $select_db = @mysql_select_db($_POST['db_name']); it should use ezSQL so it can run with any SQL database. ** Affe