I need software/script other than bigdump

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • theking
    Nice Kitty
    • Sep 2002
    • 21053

    #1

    I need software/script other than bigdump

    ...to import a mysql data base in a staggered import for a database that is to large for a normal import. Bigdump does not like the exported format.

    Any such animal out there?
    When you're running down my country hoss...you're walking on the fighting side of me!

    FOR THE LYING LOWLIFE POSTING AS PATHFINDER...http://gfy.com/fucking-around-and-pr...athfinder.html
  • brassmonkey
    Pay It Forward
    • Sep 2005
    • 77396

    #2
    id have a small script made.
    TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
    DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

    Comment

    • fris
      Too lazy to set a custom title
      • Aug 2002
      • 55679

      #3
      why not just import from the command line?

      upload to your server and do mysql -u username -p database < dump.sql
      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

      Comment

      • blazin
        Confirmed User
        • Aug 2002
        • 2781

        #4
        Dump first with:

        mysqldump -u [user] [database] -p > dump.sql

        then as fris example's to import
        I don't endorse a god damn thing......

        Comment

        • pristine
          So Fucking Banned
          • Dec 2010
          • 1176

          #5
          Originally posted by fris
          why not just import from the command line?

          upload to your server and do mysql -u username -p database < dump.sql
          He's an idiot, that's why.

          Comment

          • theking
            Nice Kitty
            • Sep 2002
            • 21053

            #6
            Thanks for the input but I had already found a solution to the problem.
            When you're running down my country hoss...you're walking on the fighting side of me!

            FOR THE LYING LOWLIFE POSTING AS PATHFINDER...http://gfy.com/fucking-around-and-pr...athfinder.html

            Comment

            Working...