Matijn Woudt wrote:
apt-get install php5-mysql
Just to elaborate on that ... php5-common and php5-cli does not include a number
of modules that need to be loaded separately. Choosing one of the database
modules is not the only thing that may need to be added to your list of
additional instal
Matijn Woudt wrote:
> On Mon, Aug 19, 2013 at 9:40 PM, Ashley
Sheridan
> wrote:
>
>>
>>
>> Matijn Woudt
wrote:
>> >On Mon, Aug 19, 2013 at
8:55 PM, Ashley Sheridan
>>
>wrote:
>> >
>> >>
>> >>
>> >> Curtis
Maurand wrote:
>> >> >
>> >> >
>> >> >Ethan Rosenberg
wrote:
>> >> >> Dear List -
>> >>
>
On Mon, Aug 19, 2013 at 9:40 PM, Ashley Sheridan
wrote:
>
>
> Matijn Woudt wrote:
> >On Mon, Aug 19, 2013 at 8:55 PM, Ashley Sheridan
> >wrote:
> >
> >>
> >>
> >> Curtis Maurand wrote:
> >> >
> >> >
> >> >Ethan Rosenberg wrote:
> >> >> Dear List -
> >> >>
> >> >> My
> >> >mysqli extension seems
On Aug 19, 2013 2:32 PM, "Ethan Rosenberg"
wrote:
>
> Dear List -
>
> My mysqli extension seems to have gone away.
>
(REACTED)
Remember: avoid putting passwords - especially for root users - on a
public mailing list, which is also permanently archived.
> echo "hello2";
> var_dump(function_ex
Matijn Woudt wrote:
>On Mon, Aug 19, 2013 at 8:55 PM, Ashley Sheridan
>wrote:
>
>>
>>
>> Curtis Maurand wrote:
>> >
>> >
>> >Ethan Rosenberg wrote:
>> >> Dear List -
>> >>
>> >> My
>> >mysqli extension seems to have gone away.
>> >>
>> >> $host =
>> >'localhost';
>> >> $user = 'root';
>> >> $pa
On Mon, Aug 19, 2013 at 8:55 PM, Ashley Sheridan
wrote:
>
>
> Curtis Maurand wrote:
> >
> >
> >Ethan Rosenberg wrote:
> >> Dear List -
> >>
> >> My
> >mysqli extension seems to have gone away.
> >>
> >> $host =
> >'localhost';
> >> $user = 'root';
> >> $password = 'SdR3908';
> >> echo "hello2";
>
Curtis Maurand wrote:
>
>
>Ethan Rosenberg wrote:
>> Dear List -
>>
>> My
>mysqli extension seems to have gone away.
>>
>> $host =
>'localhost';
>> $user = 'root';
>> $password = 'SdR3908';
>> echo "hello2";
>>
>var_dump(function_exists('mysqli_connect'));// this returns boo(false)
>> $db = 'S
Ethan Rosenberg wrote:
> Dear List -
>
> My
mysqli extension seems to have gone away.
>
> $host =
'localhost';
> $user = 'root';
> $password = 'SdR3908';
> echo "hello2";
>
var_dump(function_exists('mysqli_connect'));// this returns boo(false)
> $db = 'Store';
> $cxn =
mysqli_connect($host,$use
On Mon, Aug 19, 2013 at 8:02 PM, Ethan Rosenberg <
erosenb...@hygeiabiomedical.com> wrote:
> Dear List -
>
> My mysqli extension seems to have gone away.
>
> $host = 'localhost';
> $user = 'root';
> $password = 'SdR3908';
> echo "hello2";
> var_dump(function_exists('**mysqli_connect'));// this ret
Dear List -
My mysqli extension seems to have gone away.
$host = 'localhost';
$user = 'root';
$password = 'SdR3908';
echo "hello2";
var_dump(function_exists('mysqli_connect'));// this returns boo(false)
$db = 'Store';
$cxn = mysqli_connect($host,$user,$password,$db);
I tried to reinstall -
10 matches
Mail list logo