Executed mysqldump, says it completed but shows no data

Discussion in 'MySQL' started by yorsite, Dec 9, 2008.

  1. #1
    I did a:
    mysqldump -u root - p DATABASE < nameOfSQLdatabase.sql

    It goes through the motions and say dump completed, however shows no data?:confused:

    The file is 68MB should I phpmyadmin it? And if so, what settings do I change to allow for the size of the data?

    Is there any other way to do this? Thanks for your help
     
    yorsite, Dec 9, 2008 IP
  2. chisara

    chisara Peon

    Messages:
    141
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Normally the < is used for input and > is used for output.
    change your < into an > and it might work.
     
    chisara, Dec 10, 2008 IP
  3. Seiya

    Seiya Peon

    Messages:
    4,666
    Likes Received:
    404
    Best Answers:
    0
    Trophy Points:
    0
    #3
    That's right, you need the > , god knows what it is doing now?
     
    Seiya, Dec 10, 2008 IP