So far so good.
But the instructions for restoring (at that same link) don't quite correspond to what I am seeing on my server, which is running phpMyAdmin 2.6.4-pl3. The interface is a bit different.
The instructions for restoring say:
QUOTE
Click on the SQL tab in the top menu bar. You will see a button labelled "Choose file". Click it and select the MySQL export file from your computer in the resulting dialog box. Leave the "Compression" option at "Autodetect" unless you experience problems. Click on Go and your database will be restored!
I am able to find a page where I can choose a file for importing. But when I do that, and click the Go button, I get a MySQL error:
#1007 - Can't create database 'DatabaseName; database exists
Am I correct in assuming that the restore process allows importing to an existing database, and not only the recreation of a database that no longer exists?
Fortunately this is not a critical issue at the moment -- I'm just testing things to make sure I understand how things work.
But if someone can point me in the right direction on this, I'd appreciate it.
Thank you!