Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: help deriving mysql query from perl script

by tospo (Hermit)
on Aug 02, 2012 at 08:33 UTC ( [id://984982]=note: print w/replies, xml ) Need Help??


in reply to Re^2: help deriving mysql query from perl script
in thread help deriving mysql query from perl script

Forget this Perl script for now and just run your queries through PhpMyAdmin. If the query produced 100k+ result rows than you either got the query wrong or that's just simply the amount of data in your database now. You need to look at the ouput in PhPMyAdmin to see if that makes sense. It's pretty much impossible to tell just from the script without knowing your database schema.
There are two queries in that script: are both producing "the wrong amount" of data?
Once you are satisfied that these queries extract the data you need and you go back to working with this script to process the outputs, you do need to work on those errors of course. There can't be that many in a short script like that. Don't be fooled by a screen-full of error messages. Often, this is just caused by one simple syntax error that could easily be identified if you posted your error messages here.
But as I said: you need to figure out those queries first. Otherwise, the whole Perl script is pointless.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://984982]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-03-19 09:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found