Backup of localhost/phpmyadmin
-
I am trying to make a backup of a database in phpmyadmin. This seems to go OK but the backup is created in my downloads file.
To recover the back up files, I selected import from the downloads files and chose the file created. Format is SQL and then I selected Import.
I then see: Error
SQL query: Copy
-- Database:db-bfsn-info
-- Table structure for tablewp_commentmeta
CREATE TABLEwp_commentmeta(
meta_idbigint(20) UNSIGNED NOT NULL,
comment_idbigint(20) UNSIGNED NOT NULL DEFAULT 0,
meta_keyvarchar(255) DEFAULT NULL,
meta_valuelongtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;MySQL said:
#1046 - No database selectedCan anyone advise me where I may be going wrong please,
Many thanks John
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Backup of localhost/phpmyadmin’ is closed to new replies.