I would prefer Mysql.
It's the defacto standard.

On 17 October 2011 09:42, Bassel Safadi <[email protected]> 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 <[email protected]> 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
> > <[email protected]> wrote:
> >> 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.
> >>
> >> ** Affects: aikiframework
> >>     Importance: Undecided
> >>         Status: New
> >>
> >> ** Description changed:
> >>
> >>  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']);
> >> +  $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.
> >>
> >> --
> >> You received this bug notification because you are subscribed to
> >> aikiframework.
> >> https://bugs.launchpad.net/bugs/875099
> >>
> >> Title:
> >>  Installer.php use MySQL instead of ezSQL
> >>
> >> To manage notifications about this bug go to:
> >> https://bugs.launchpad.net/aikiframework/+bug/875099/+subscriptions
> >>
> >
> >
> > --
> > Jon Phillips
> > http://rejon.org/ | http://fabricatorz.com/
> > chat/skype: kidproto | irc: rejon
> > +1.415.830.3884 (global) | +1-510-499-0894 (sf)
> > +86-187-1003-9974 (beijing)
> >
> > --
> > You received this bug notification because you are subscribed to
> > aikiframework.
> > https://bugs.launchpad.net/bugs/875099
> >
> > Title:
> >  Installer.php use MySQL instead of ezSQL
> >
> > Status in Aiki Framework:
> >  New
> >
> > Bug description:
> >  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.
> >
> > To manage notifications about this bug go to:
> > https://bugs.launchpad.net/aikiframework/+bug/875099/+subscriptions
>
> --
> You received this bug notification because you are a member of Aiki
> Framework Developers, which is subscribed to aikiframework.
> https://bugs.launchpad.net/bugs/875099
>
> Title:
>  Installer.php use MySQL instead of ezSQL
>
> Status in Aiki Framework:
>  New
>
> Bug description:
>  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.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/aikiframework/+bug/875099/+subscriptions
>
> _______________________________________________
> Mailing list: https://launchpad.net/~aikiframework-devel
> Post to     : [email protected]
> Unsubscribe : https://launchpad.net/~aikiframework-devel
> More help   : https://help.launchpad.net/ListHelp
>

-- 
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/875099

Title:
  Installer.php use MySQL instead of ezSQL

Status in Aiki Framework:
  New

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/875099/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to