-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Article needed: using MySQL with Perl #135
Comments
I think this can easily be split up into two articles:
I can do the first with a lot more fluidity than the second. |
I agree, if you take the first, I can take the second as a "part II". In part 1 you might want to mention mariadb as that seems to be the mysql variant of choice on linux. One thing that trips folks up with |
I'd have to find a Mac user to bug. So, maybe.
…On Tue, Oct 9, 2018 at 11:19 AM David Farrell ***@***.***> wrote:
I agree, if you take the first, I can take the second as a "part II".
In part 1 you might want to mention mariadb as that seems to be the mysql
variant of choice on linux. One thing that trips folks up with DBD::mysql
more than anything are the database header file dependencies. It's probably
enough to mention the ubuntu and dnf/yum package names (
libmariadbclient-dev and mariadb-devel I think). Maybe MacOS too if you
feel like it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#135 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADaz8MfJJ6ND5dgGtcdxWZsLTryWDg_ks5ujL6XgaJpZM4VfSPy>
.
--
Dave Jacoby
[email protected]
Don't panic when the crisis is happening, or you won't enjoy it.
|
And yes, I'll take the DBI part
…On Tue, Oct 9, 2018 at 11:30 AM Dave Jacoby ***@***.***> wrote:
I'd have to find a Mac user to bug. So, maybe.
On Tue, Oct 9, 2018 at 11:19 AM David Farrell ***@***.***>
wrote:
> I agree, if you take the first, I can take the second as a "part II".
>
> In part 1 you might want to mention mariadb as that seems to be the mysql
> variant of choice on linux. One thing that trips folks up with DBD::mysql
> more than anything are the database header file dependencies. It's probably
> enough to mention the ubuntu and dnf/yum package names (
> libmariadbclient-dev and mariadb-devel I think). Maybe MacOS too if you
> feel like it.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#135 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AADaz8MfJJ6ND5dgGtcdxWZsLTryWDg_ks5ujL6XgaJpZM4VfSPy>
> .
>
--
Dave Jacoby
***@***.***
Don't panic when the crisis is happening, or you won't enjoy it.
--
Dave Jacoby
[email protected]
Don't panic when the crisis is happening, or you won't enjoy it.
|
Hi Jacoby, I can help out with testing on macOS, if you need. I work with MySQL on a Mac. |
@welleozean77 , I have a question. It's Perl -> DBI -> DBD::mysql -> MySQL server, and you need to have the developer libs to give DBD::mysql something to work with. But I don't run Mac, so I don't know how package management works on Mac for that. Anything you could add would be appreciated. |
I have the following ecosystem:
macOS HighSierra
Perl 24.1
DBI+DBD::mysql
And a MySQL I connect remotely
If this can be ok, tell me how can I help.
Best
Am Sa., 27. Okt. 2018 um 20:36 Uhr schrieb Dave Jacoby <
[email protected]>:
… @welleozean77 <https://github.com/welleozean77> , I have a question. It's
Perl -> DBI -> DBD::mysql -> MySQL server, and you need to have the
developer libs to give DBD::mysql something to work with. But I don't run
Mac, so I don't know how package management works on Mac for that. Anything
you could add would be appreciated.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#135 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqSBwqSapAVAj3nflAIGCOavbs4U2UUQks5upKevgaJpZM4VfSPy>
.
|
We need a MySQL-focused tutorial on using MySQL with Perl and DBI. The article should probably include:
We already have:
https://www.perl.com/pub/1999/10/DBI.html/ (one of our most popular articles)
https://www.perl.com/pub/2003/10/23/databases.html/
https://www.perl.com/pub/2002/11/27/classdbi.html/
The text was updated successfully, but these errors were encountered: