Trying to restore database but it's creating an empty database. Here is the command: mysql -uusername -ppassword databasename < file.sql Also tried importing the .sql file using phpMyAdmin but it's still a blank database. Is there anything missing? Any help is appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just a shot in the dark, but have you looked at file.sql to see if it really has your backup records?
If not, then you really need to look into that problem first.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For the sake of learning I'd like to find out from "https://www.google.com/accounts" (what a strange UserID) if that did in fact turn out to be the problem :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Trying to restore database but it's creating an empty database. Here is the command: mysql -uusername -ppassword databasename < file.sql Also tried importing the .sql file using phpMyAdmin but it's still a blank database. Is there anything missing? Any help is appreciated.
Just a shot in the dark, but have you looked at file.sql to see if it really has your backup records?
If not, then you really need to look into that problem first.
For the sake of learning I'd like to find out from "https://www.google.com/accounts" (what a strange UserID) if that did in fact turn out to be the problem :-)