Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Page 1 of 2 12 LastLast
Results 1 to 15 of 19

This is a discussion on easiest way to load somewhat large Database in the Shared & Semi-Dedicated forum
The DB I need to load is 1-2 GB. Is there any way around the 51,200 KB limit in phpMyAdmin? Otherwise, I really do not ...

  1. #1
    JPC Senior Member
    Join Date
    Mar 2005
    Posts
    64

    easiest way to load somewhat large Database

    The DB I need to load is 1-2 GB. Is there any way around the 51,200 KB limit in phpMyAdmin? Otherwise, I really do not look forward to loading a bunch of pieces at a time.

  2. #2
    Resident Alien Sara's Avatar
    Join Date
    Aug 2002
    Posts
    398
    Quote Originally Posted by EliteRides
    The DB I need to load is 1-2 GB. Is there any way around the 51,200 KB limit in phpMyAdmin? Otherwise, I really do not look forward to loading a bunch of pieces at a time.
    Do you have it uploaded to your space already?

    If so you might want to open a support ticket and have them do it for you.

  3. #3
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Install your own phpMyAdmin...
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  4. #4
    JPC Senior Member
    Join Date
    Mar 2005
    Posts
    64
    No. It is not loaded currently. I didn't bother taking the time if it wouldn't do anything. Thought I'd ask first.

    Quote Originally Posted by Vin DSL
    Install your own phpMyAdmin...
    Hmm... Didn't think about doing that. Is it likely to tie up the server resources/crash?

  5. #5
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Quote Originally Posted by EliteRides
    Hmm... Didn't think about doing that. Is it likely to tie up the server resources/crash?
    Nope! Totally 100% stable. You (I) can set it up in 5 minutes...
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  6. #6
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    If you have SSH access you can also upload the file and then run the mysql command line utility to insert the records. That's probably the quickest way to get it done.

    mysql -v -u siteusername_mysqlusername -p sitename_dbname < dumpfile.txt

    You'll be prompted for a password and then the database will be built.

    If you don't have SSH access you can request it from support. Then go download a copy of PuTTY at http://www.chiark.greenend.org.uk/~sgtatham/putty/ and you'll be good to go.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  7. #7
    JPC Senior Member
    Join Date
    Mar 2005
    Posts
    64
    Is there putty for Mac?

    @ Vin. I'm thinking I might do that. I'll have to contact support. Thanks.

  8. #8
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    Quote Originally Posted by EliteRides
    Is there putty for Mac?
    I thought there was, but I guess not. OS X already has an SSH client built in, though. Just open a terminal prompt and type

    ssh username@domainname.com

    Username should be your CPanel username. IF you leave that off and just use your domain name it will try to log you in using your OS X username.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  9. #9
    JPC Senior Member
    Join Date
    Mar 2005
    Posts
    64
    How can I do this with the IP? I have not changed my DNS to propogate yet. I am waiting until I have the database uploaded. I was able to connect with

    ssh username@IP
    But it would not accept my password.

  10. #10
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,307
    I'm not sure, but try username@ servername.nocdirect.com

    Good luck!

  11. #11
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    Quote Originally Posted by Ron
    I'm not sure, but try username@ servername.nocdirect.com

    Good luck!
    username@IPaddress should work, too. But by default SSH is disabled. You need to open a support ticket and ask for access. If you haven't done that, its probably why you can't log in.

    --Jason
    Last edited by jason; 10-10-2005 at 08:31 AM.
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  12. #12
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,307
    Quote Originally Posted by jason
    [...]by default SSH is disabled. You need to open a support ticket and ask for access. If you haven't done that, its probably why you can't log in.
    Good point!

  13. #13
    JPC Senior Member
    Join Date
    Mar 2005
    Posts
    64
    Yes, I had already requested access previously and I was informed I already have full access.

    I am assuming it is the same password as provided for admin access with my new JPC account? Or, do I need to create one in the admin panel?

  14. #14
    the Windlord Gwaihir's Avatar
    Join Date
    Jun 2002
    Posts
    2,562
    It is the same and it will change along with whatever you change the password to in cPanel.
    Regards,

    Wim Heemskerk
    ---
    Visit MeCCG.net - Cardgaming in J.R.R. Tolkien's Middle-earth
    And Gwaihir.net - The Middle-earth CCG store

  15. #15
    JPC Senior Member
    Join Date
    Mar 2005
    Posts
    64
    Quote Originally Posted by jason
    mysql -v -u siteusername_mysqlusername -p sitename_dbname < dumpfile.txt
    Where is "dumpfile.txt" relative to? Will it execute if I put in in the root directory? Do I need to include "public_html" kind of things anywhere, etc.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •