Forums

When I'm doing a database upload, it says --dumpComplete, but tables doesn't exist

Don't know what's going on my have done this many times, but now I having that problem, I upload the database from a dump file and I says Dump complete, but when I do a select I get that the table doesn't exist.

hmmm. If you do a dump from a database, I guess it would say "dump complete" when it's finished dumping the data to a text file.

If you're trying to load data from a file, shouldn't it say something ike "Load complete"? Or, if it's mysql, maybe it would say nothing at all?