upload the dump file from PHPMyAdmin

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Manuel_
    Banned
    • May 2005
    • 120

    upload the dump file from PHPMyAdmin

    To upload the dump file from PHPMyAdmin follow the steps below,

    1) Login to phpmyadmin
    2) Select the database
    3) Click on the link "SQL"
    4) Click on "choose" to browse the dump file from your local system (near the field "Or Location of the text file:")
    5) Click "go"

    Now the database should be updated.
    Last edited by admin; 08-17-2015, 09:48 AM.
  • kilter
    Member
    • Oct 2009
    • 79

    #2
    AccuWeb.Cloud
    Re: upload the dump file from PHPMyAdmin

    I have never tried it with phpMyAdmin, but what I think could be a solution.
    1. Using phpMyAdmin, export the database into a SQL file (Check the 'Save as file' checkbox while exporting the database.)
    2. Create a password protected directory on your server.
    3. Now upload a PHP file to the same directory and disable its execution time out. Load the SQL statements from the SQL file and let the PHP script execute as a query.
    4. Once the database is imported delete the SQL file!

    I have not tested this method, but I think this should work smoothly. Do let me know if you are able to do it this way.
    Last edited by admin; 08-17-2015, 09:48 AM.

    Comment

    Working...
    X