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?
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
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'],
>
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
4 matches
Mail list logo