Inquiry

1 view
Skip to first unread message

James Latham

unread,
Oct 20, 2021, 12:33:46 AM10/20/21
to Pike mailinglist
Dear Pike lovers:
Thanks for the very informative mailing list that you have created.
Is there any way to create a distributable pike program?
Ideally it would be all in one module.
Jim Latham
~~~

Stephen R. van den Berg

unread,
May 20, 2022, 7:01:59 AM5/20/22
to James Latham, Pike mailinglist
James Latham wrote:
>Thanks for the very informative mailing list that you have created.
>Is there any way to create a distributable pike program?

You forget to specify the target platform.

>Ideally it would be all in one module.

Dropping it inside a minimal docker could be considered a universal solution
these days, I guess.
--
Stephen.

David Estopa

unread,
Oct 27, 2022, 4:20:41 AM10/27/22
to Stephen R. van den Berg, James Latham, Pike mailinglist
Hi, a little question.

We have a roxen that connects correctly to a server without using ssl
encription, but from the command line (with pike), we cannot especify
the correct options in the optional mapping to force the Sql object to
connect to the same server bypassing the ssl protocol or similar. There
are a list of all supported mysql client options to use in pike well
documented? Or maybe the available options for this mapping, are the
same as the displayed on the 'mysql --help' client.

Apologies for the query. Pike is a great language, but sometimes the
documentation of some modules or options is very poor.

Kind regards

David Estopa.


El 20/5/22 a las 13:01, Stephen R. van den Berg escribió:

Stephen R. van den Berg

unread,
Nov 11, 2022, 3:56:34 AM11/11/22
to David Estopa, Pike mailinglist
David Estopa wrote:
>We have a roxen that connects correctly to a server without using ssl
>encription, but from the command line (with pike), we cannot especify the
>correct options in the optional mapping to force the Sql object to connect to
>the same server bypassing the ssl protocol or similar. There are a list of
>all supported mysql client options to use in pike well documented? Or maybe

The connection string prefix normally determines the use of SSL or not
to the database.
In case of mysql, that should be either "mysql:" or "mysqls:", for
either plain or encrypted respectively.
--
Stephen.

Reply all
Reply to author
Forward
0 new messages