Closed Thread
Results 1 to 9 of 9

Thread: Question/phpmyadmin/I need some serious help.

  1. #1
    Senior Member HaVoC is an unknown quantity at this point
    Join Date
    Feb 2002
    Location
    Nova Scotia, Canada.
    Posts
    116

    Question/phpmyadmin/I need some serious help.

    Hey, anyways I have a problem (I hate making topics)

    Anyways, here is the thing. I made a backup of my old site with Tripod, but, I want to upload/run the mysql database in spaceports. The problem is, thier phpmyadmin doesn't allow you to upload from a file, so you have to use the SQL option and copy/paste the .sql file and do it manually.

    That is my problem, my database is over 3 megs in size, and it won't copy/paste the entire 3 meg file. I need a better way of uploading my backup into my new database. Is there a php script I can make that will do it, or am I SOL?

  2. #2
    NLC ducktape is an unknown quantity at this point
    Join Date
    Oct 2000
    Location
    Eden, NC
    Posts
    1,310
    you could do it through shell access but Im sure you dont have that

    what you could do is if you have a broadband connection you could open the sql file in a text editor then cut and paste a few sections at a time. Say open 3 instances of phpmyadmin and cut n paste small portions into each and repeat the process until ur done.

    Prolly not what ya wanted but it will work
    I'm back after 2 years and 3 months.

  3. #3
    Senior Member HaVoC is an unknown quantity at this point
    Join Date
    Feb 2002
    Location
    Nova Scotia, Canada.
    Posts
    116
    Thats what I have been doing, but i'm already over an hour into doing it, and it will take a couple more.

    The phpmyadmin there is slow too, so it's no help

  4. #4
    Pro Member Cagez is an unknown quantity at this point Cagez's Avatar
    Join Date
    Oct 2002
    Location
    Toronto, Ontario
    Posts
    457
    Mabe phpMyBackup?

  5. #5
    Senior Member HaVoC is an unknown quantity at this point
    Join Date
    Feb 2002
    Location
    Nova Scotia, Canada.
    Posts
    116
    Originally posted by Cagez
    Mabe phpMyBackup?
    hehe, this may just do it

  6. #6
    anti-liberal keith is an unknown quantity at this point keith's Avatar
    Join Date
    Oct 2000
    Location
    Buttsville
    Posts
    2,375
    phpmybackup is a godsent.
    w3rd

  7. #7
    Senior Member HaVoC is an unknown quantity at this point
    Join Date
    Feb 2002
    Location
    Nova Scotia, Canada.
    Posts
    116
    Originally posted by keith
    phpmybackup is a godsent.
    Yeah, it is, but now i'm having a problem importing it in spaceports

  8. #8
    anti-liberal keith is an unknown quantity at this point keith's Avatar
    Join Date
    Oct 2000
    Location
    Buttsville
    Posts
    2,375
    you must create the database, but also leave the database empty of any tables, or any information at all for that mater. the import will rebuild everything from scratch. if there's any info in the database, it'll create duplicates which can cause serious problems.

    before running the import go into the database with phpmyadmin and drop all tables.
    w3rd

  9. #9
    Senior Member HaVoC is an unknown quantity at this point
    Join Date
    Feb 2002
    Location
    Nova Scotia, Canada.
    Posts
    116
    Originally posted by keith
    you must create the database, but also leave the database empty of any tables, or any information at all for that mater. the import will rebuild everything from scratch. if there's any info in the database, it'll create duplicates which can cause serious problems.

    before running the import go into the database with phpmyadmin and drop all tables.
    Tried that, didn't exactly work out. I'm trying coolfreepages now, still no go. In phpmyadmin (which I installed myself) it won't let me upload the .sql file either.

    I'm SOL whichever way I do things

Closed Thread

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