Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Fetch Mysql huge database

by BrowserUk (Patriarch)
on Sep 29, 2011 at 06:38 UTC ( [id://928472]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    select UserName from table where UserName <> '' and UserName not like 
    +'deleted%'
    
  2. or download this
    #! perl -w
    use strict;
    ...
        }
        print { $fhs{ $char } } $_;
    }
    
  3. or download this
    #! perl -w
    use strict;
    ...
            $uniq{ $_ } =  1;
        }
    }
    
  4. or download this
    mysql --quick < getnames.sql | perl partNames.pl
    
    perl uniqNames.pl > uniqedNames.txt
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-19 11:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found