I'm trying to go from my xampp forum and copy it onto my hosting site. Is there a walk through for this?
I've copied all my files from htdocs to my webhosting, but when I try to import my database (with default settings) to my hosting provider I get the following error:
SQL query: -- -- Database:
MySQL said:
#1046 - No database selected
Any help is appreciated!
I've copied all my files from htdocs to my webhosting, but when I try to import my database (with default settings) to my hosting provider I get the following error:
SQL query: -- -- Database:
lambarch_dev
-- -- -------------------------------------------------------- -- -- Table structure for table xf_addon
-- CREATE TABLE xf_addon
( addon_id
varbinary(50) NOT NULL, title
varchar(75) NOT NULL, version_string
varchar(30) NOT NULL DEFAULT '', version_id
int(10) UNSIGNED NOT NULL DEFAULT 0, json_hash
varbinary(64) NOT NULL DEFAULT '', active
tinyint(3) UNSIGNED NOT NULL, is_legacy
tinyint(3) UNSIGNED NOT NULL DEFAULT 0, is_processing
tinyint(3) UNSIGNED NOT NULL DEFAULT 0, last_pending_action
varchar(50) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4MySQL said:
#1046 - No database selected
Any help is appreciated!