473,378 Members | 1,175 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

MySQL/Perl book recommendation for a beginner?

Here's the situation: I have a Perl-based forum that I wrote myself. It
currently supports user accounts, but these are stored in a flat text file
(as is everything else for that matter). I'm looking to convert this to a
MySQL database so that I can do more with that information, but with less
processing time (reading through that huge text file to find something isn't
very efficient).

In the future I hope to move the whole forum over to MySQL, but I thought a
good starter project would be just one aspect of it.

At this point I am looking for recommendations on good books for someone
moderately experienced with Perl, but who has NO experience with MySQL or
anything similar. Since I'd prefer to integrate this with my existing
script, I'd rather stick with Perl and not learn PHP at this time. So far it
seems like "MySQL and Perl for the Web" is a good - are there others? I
prefer reference-style texts with useful code examples, rather than
lesson-style books.

- Daniel

Jul 19 '05 #1
2 2128
Hi,
I think it's just a matter of learning how SQL works. There's not much
to learn about mysql. Just install it, create your tablestructure and
you're done. If you want to connect to mysql with perl, the only thing
you have to learn are the DBI functions.

Goodluck
T-Bone

"Daniel Tonks" <dt****@sunstorm.com> wrote in message news:<3f*********************@authen.newsreader.vi si.com>...
Here's the situation: I have a Perl-based forum that I wrote myself. It
currently supports user accounts, but these are stored in a flat text file
(as is everything else for that matter). I'm looking to convert this to a
MySQL database so that I can do more with that information, but with less
processing time (reading through that huge text file to find something isn't
very efficient).

In the future I hope to move the whole forum over to MySQL, but I thought a
good starter project would be just one aspect of it.

At this point I am looking for recommendations on good books for someone
moderately experienced with Perl, but who has NO experience with MySQL or
anything similar. Since I'd prefer to integrate this with my existing
script, I'd rather stick with Perl and not learn PHP at this time. So far it
seems like "MySQL and Perl for the Web" is a good - are there others? I
prefer reference-style texts with useful code examples, rather than
lesson-style books.

- Daniel

Jul 19 '05 #2
Hi,
I think it's just a matter of learning how SQL works. There's not much
to learn about mysql. Just install it, create your tablestructure and
you're done. If you want to connect to mysql with perl, the only thing
you have to learn are the DBI functions.

Goodluck
T-Bone

"Daniel Tonks" <dt****@sunstorm.com> wrote in message news:<3f*********************@authen.newsreader.vi si.com>...
Here's the situation: I have a Perl-based forum that I wrote myself. It
currently supports user accounts, but these are stored in a flat text file
(as is everything else for that matter). I'm looking to convert this to a
MySQL database so that I can do more with that information, but with less
processing time (reading through that huge text file to find something isn't
very efficient).

In the future I hope to move the whole forum over to MySQL, but I thought a
good starter project would be just one aspect of it.

At this point I am looking for recommendations on good books for someone
moderately experienced with Perl, but who has NO experience with MySQL or
anything similar. Since I'd prefer to integrate this with my existing
script, I'd rather stick with Perl and not learn PHP at this time. So far it
seems like "MySQL and Perl for the Web" is a good - are there others? I
prefer reference-style texts with useful code examples, rather than
lesson-style books.

- Daniel

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: bt | last post by:
I am just starting to learn ASP and would like to pick up a good book. I have been through ASP Programming for the Absolute Beginner and got some ideas, but it only discussed local servers running...
2
by: Chris | last post by:
Can anyone recommend a good book (prefer ebook) for a beginner to MS Visual C++. I have done programming in the past but not for quite a while so I'd like to start fresh. Thanks.
6
by: Danny Lu | last post by:
Hi, can anyone tell me where I can get a good perl book? TIA Dan
175
by: Sai Hertz And Control Systems | last post by:
Dear all, Their was a huge rore about MySQL recently for something in java functions now theirs one more http://www.mysql.com/doc/en/News-5.0.x.html Does this concern anyone. What I...
2
by: Bruce Dodds | last post by:
I will be doing an app for a nonprofit. It would be useful for them to have a good entry-level book on Access so that they don't have to pay someone to design all their queries and reports. I'm not...
1
by: wohjh | last post by:
best ASP.NET book for a beginner?
3
by: menzies | last post by:
Hi, I"m new to this forum, but I have been trying all day to install DBD::mysql onto my Intel MacBook. I've read lots of forums pages and none have gotten me to a successful 'make test' or a...
5
by: Sport Girl | last post by:
Hi again my great online assistants, just would like to say that i'm testing the script under unix , and after researches on the internet, i have realised that to resolve 500 Internal Server Error,...
3
by: koti688 | last post by:
Hi Guys, I am a beginner to perl. I need a perl package which will perform basic DB operations like select , insert,update,delete operation MySql DB. i Have a Mysql DB which resides on my local...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.