Re: [MonetDB-users] confirm e5d538cae9aefced13c1ef02f7f06476bbdd59e0
Hello Everyone, I have been starting to work with MonetDB for use with our large production database. It is a 'data warehouse' of sorts. Few comments: a) the php client was not included with built/binary distro b) user and password was not specified in http://www.monetdb.org/Documentation/monetdbd at "Next thing, making a connection to the database using mclient requires the -d argument to specify which database to connect to:" c) 'last crash' field is scary to sys admins/users :) I am going to investigate more, just wanted to pop my head in and say hello. As you can guess, our main dev platform is php, so I will need to be using the php extensions. Cheers, Charles
On 07-11-2011 09:23:27 -0500, charles wrote:
Hello Everyone, I have been starting to work with MonetDB for use with our large production database. It is a 'data warehouse' of sorts.
Few comments:
a) the php client was not included with built/binary distro
We should check. It's just pure php these days.
b) user and password was not specified in
[1]http://www.monetdb.org/Documentation/monetdbd
at "Next thing, making a connection to the database using mclient requires the -d argument to specify which database to connect to:"
Indeed, thanks.
c) 'last crash' field is scary to sys admins/users :)
It's gone in the upcoming Dec2011 release :)
I am going to investigate more, just wanted to pop my head in and say hello. As you can guess, our main dev platform is php, so I will need to be using the php extensions.
Thanks for letting us know. Keep us posted on your progress!
Thank you for the prompt response :)
Where might I find the php extension, as described:
http://www.monetdb.org/Documentation/Manuals/SQLreference/Programming/PHP
I am excited to get this working for testing and hopefully in production.
Are these directions perhaps out of date?
When trying to compile -with-php I get no directories as mentioned.
Cheers,
Charles
On Mon, Nov 7, 2011 at 11:23 AM, Fabian Groffen
Hello Everyone, I have been starting to work with MonetDB for use with our large
On 07-11-2011 09:23:27 -0500, charles wrote: production
database. It is a 'data warehouse' of sorts.
Few comments:
a) the php client was not included with built/binary distro
We should check. It's just pure php these days.
b) user and password was not specified in
[1]http://www.monetdb.org/Documentation/monetdbd
at "Next thing, making a connection to the database using mclient requires the -d argument to specify which database to connect to:"
Indeed, thanks.
c) 'last crash' field is scary to sys admins/users :)
It's gone in the upcoming Dec2011 release :)
I am going to investigate more, just wanted to pop my head in and say hello. As you can guess, our main dev platform is php, so I will need to be using the php extensions.
Thanks for letting us know. Keep us posted on your progress!
------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
On 07-11-2011 11:40:23 -0500, charles wrote:
Thank you for the prompt response :)
Where might I find the php extension, as described:
[1]http://www.monetdb.org/Documentation/Manuals/SQLreference/Programming/PHP
I am excited to get this working for testing and hopefully in production. Are these directions perhaps out of date?
Oh, that page should go. That's old and no longer current information. Thanks.
I see the page is down now :) What would be a good point of reference for
this then (using mapi for php/monetdb connection)
Thank you,
Charles
p.s. Sorry if these are dumb questions
On Mon, Nov 7, 2011 at 11:51 AM, Fabian Groffen
On 07-11-2011 11:40:23 -0500, charles wrote:
Thank you for the prompt response :)
Where might I find the php extension, as described:
[1] http://www.monetdb.org/Documentation/Manuals/SQLreference/Programming/PHP
I am excited to get this working for testing and hopefully in production. Are these directions perhaps out of date?
Oh, that page should go. That's old and no longer current information. Thanks.
------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
On 07-11-2011 14:20:21 -0500, charles wrote:
I see the page is down now :) What would be a good point of reference for this then (using mapi for php/monetdb connection)
I reviewed it, and concluded that it was full of outdated stuff, so I deleted it completely :) I don't know where the files end up in binary packages, but I do know you can just grab them from here: http://dev.monetdb.org/hg/MonetDB/file/b430aaebe73e/clients/php/lib
On 2011-11-07 15:23, charles wrote:
Hello Everyone, I have been starting to work with MonetDB for use with our large production database. It is a 'data warehouse' of sorts.
Few comments: a) the php client was not included with built/binary distro
Which binary distro? In other words, which operating system? The PHP client is included for Fedora as the package MonetDB-client-php and for Debian/Ubuntu as package php5-monetdb-client. It is also available in the FreeBSD, Solaris and MacOSX packages. It is not included in the Windows build because, as far as I know, it doesn't work on Windows. If I remember right, necessary interfaces (for socket communication) are missing from PHP on Windows.
b) user and password was not specified in
http://www.monetdb.org/Documentation/monetdbd
at "Next thing, making a connection to the database using mclient requires the -d argument to specify which database to connect to:"
c) 'last crash' field is scary to sys admins/users :)
I am going to investigate more, just wanted to pop my head in and say hello. As you can guess, our main dev platform is php, so I will need to be using the php extensions.
Cheers,
Charles
------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
the macOSX package. I was looking in lib/
On Mon, Nov 7, 2011 at 3:20 PM, Sjoerd Mullender
On 2011-11-07 15:23, charles wrote:
Hello Everyone, I have been starting to work with MonetDB for use with our large production database. It is a 'data warehouse' of sorts.
Few comments: a) the php client was not included with built/binary distro
Which binary distro? In other words, which operating system? The PHP client is included for Fedora as the package MonetDB-client-php and for Debian/Ubuntu as package php5-monetdb-client. It is also available in the FreeBSD, Solaris and MacOSX packages. It is not included in the Windows build because, as far as I know, it doesn't work on Windows. If I remember right, necessary interfaces (for socket communication) are missing from PHP on Windows.
b) user and password was not specified in
http://www.monetdb.org/Documentation/monetdbd
at "Next thing, making a connection to the database using mclient requires the -d argument to specify which database to connect to:"
c) 'last crash' field is scary to sys admins/users :)
I am going to investigate more, just wanted to pop my head in and say hello. As you can guess, our main dev platform is php, so I will need to be using the php extensions.
Cheers,
Charles
------------------------------------------------------------------------------
RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
participants (3)
-
charles
-
Fabian Groffen
-
Sjoerd Mullender