RexJacobus
Programmer
I am trying to restore the nightly backup to a test db.
I log into the Unix shell and navigate to the backup directory. I type in mysql -u root -p <PWD> testDB < bkup.txt.gz.
I get no error msgs just the "mySQL Ver 14.7 ... (and then all the mysql command-line options)"
When I look in testDB nothing has changed.
What am I doing wrong? I am a coder who has been thrown into a database pool and can't swim.
Jim
I log into the Unix shell and navigate to the backup directory. I type in mysql -u root -p <PWD> testDB < bkup.txt.gz.
I get no error msgs just the "mySQL Ver 14.7 ... (and then all the mysql command-line options)"
When I look in testDB nothing has changed.
What am I doing wrong? I am a coder who has been thrown into a database pool and can't swim.
Jim