دوستان از لوکال میخام بیام رو هاست ارور زیر میده از چیه ؟
Error
SQL query:
--
-- Database: `farzad`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_terms`
--
CREATE TABLE IF NOT EXISTS `wp_terms` (
`term_id` BIGINT( 20 ) UNSIGNED NOT NULL ,
`name` VARCHAR( 200 ) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`slug` VARCHAR( 200 ) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`term_group` BIGINT( 10 ) NOT NULL DEFAULT '0'
)ENGINE=INNODBAUTO_INCREMENT=20DEFAULTCHARSET=utf8mb4COLLATE=utf8mb4_unicode_ci;
MySQL said:
#1046 - No database selected