Technically Challenged Person Looking to extract data from sql to spreadsheet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • B.Barnato
    So Fucking Banned
    • Nov 2010
    • 3618

    #1

    Technically Challenged Person Looking to extract data from sql to spreadsheet

    I bought a database that is supposed to be imported to wordpress, however I would like to use the data locally in a spreadsheet.

    How do I do this?

    The sql file is roughly 7 mb, so too large for online extraction tools.
    Last edited by B.Barnato; 11-02-2012, 11:58 AM.
  • B.Barnato
    So Fucking Banned
    • Nov 2010
    • 3618

    #2
    Bump to first page.

    Comment

    • Klen
      • Aug 2006
      • 32235

      #3
      Did you tried to export with gzip ?
      Last edited by Klen; 11-02-2012, 12:09 PM.

      Comment

      • DeletedBlogger
        Registered User
        • Oct 2012
        • 74

        #4
        Not sure, but you could add the DB to phpmyadmin on your server and then export it to excel.
        Last edited by DeletedBlogger; 11-02-2012, 12:08 PM. Reason: Got beat by above!

        Comment

        • woj
          <&(©¿©)&>
          • Jul 2002
          • 47882

          #5
          I can do that for you for a few bucks, icq: 33375924 if you are interested...
          Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
          Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
          Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

          Comment

          • B.Barnato
            So Fucking Banned
            • Nov 2010
            • 3618

            #6
            Originally posted by KlenTelaris
            Did you tried to export with gzip ?
            Originally posted by DeletedBlogger
            Not sure, but you could add the DB to phpmyadmin on your server and then export it to excel.
            Thanks for the help, am currently on the move and on my netbook so I was hoping for a simple on the fly solution.

            Comment

            • B.Barnato
              So Fucking Banned
              • Nov 2010
              • 3618

              #7
              Originally posted by woj
              I can do that for you for a few bucks, icq: 33375924 if you are interested...
              Currently don't have access to my icq. I'll send you a mail to the email in your sig if that is ok.

              Comment

              • woj
                <&(©¿©)&>
                • Jul 2002
                • 47882

                #8
                Originally posted by B.Barnato
                Currently don't have access to my icq. I'll send you a mail to the email in your sig if that is ok.
                sure, woj at wojfun dot com
                Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                Comment

                • Klen
                  • Aug 2006
                  • 32235

                  #9
                  Originally posted by B.Barnato
                  Thanks for the help, am currently on the move and on my netbook so I was hoping for a simple on the fly solution.
                  That is actually "simple on fly solution".I assume you tried to export with phpmyadmin,and then browser timeout due to too big size.There is in footer of phpmyadmin option for gzip export,which reduce size of database around 90% and then you can easily get db export since then size will be like 1 mb or even less.When you download you will need to extract archive with some archiver and that's it.Also,even in case if gzipped database is still toobig(but highly unlikely)you can still download by simply changing a setting in php.ini which will allow browser to load longer before it timeout.

                  Comment

                  • sarettah
                    see you later, I'm gone
                    • Oct 2002
                    • 14297

                    #10
                    Originally posted by KlenTelaris
                    That is actually "simple on fly solution".I assume you tried to export with phpmyadmin,and then browser timeout due to too big size.There is in footer of phpmyadmin option for gzip export,which reduce size of database around 90% and then you can easily get db export since then size will be like 1 mb or even less.When you download you will need to extract archive with some archiver and that's it.Also,even in case if gzipped database is still toobig(but highly unlikely)you can still download by simply changing a setting in php.ini which will allow browser to load longer before it timeout.
                    Actually it sounds like he does not have the data in a database yet and he is trying to do this with the .sql file that would be used for importing. (I am sure Bbarnato will correct me on that if I am wrong).

                    Simple enough parse operation getting it from that into a .csv or excel format.

                    WOJ will take care of it, I am sure.

                    BB, I tried to icq you earlier, nothing important but I now see you don't have icq on your spare computer so I will not expect a response anytime soon ;p

                    .
                    Last edited by sarettah; 11-02-2012, 01:35 PM.
                    All cookies cleared!

                    Comment

                    • Vapid - BANNED FOR LIFE
                      Barterer
                      • Aug 2004
                      • 4864

                      #11
                      Do you know what new line characters and delimiters are?

                      Use phpmyadmin to import it as .sql and export it as .csv.

                      Comment

                      Working...