求大神~ MySQL数据库导入失败

错误
SQL 查询:

-- phpMyAdmin SQL Dump
-- version 4.0.10.7

-- http://www.phpmyadmin.net

-- 涓绘-------------------------------------

-- 琛ㄧdmin', 0, '', 0, 0, 'blank', 'Y-m-d', 0, 'line', 'a:2:{s:5:"style";s:4:"dash";s:5:"items";s:2:"10";}', 10, 0, '', 0, 0, 1444481460, 0, 0),
( 488, 'html_html', 0, '', '', '', '


', 1, 'admin', 0, '', 0, 0, 'blank', '', 0, 'line', 'a:2:{s:5:"style";s:4:"dash";s:5:"items";s:1:"0";}', 10, 0, '', 0, 0, 1444481460, 0, 0 ) , ( 489, 'html_html', 0, '', '', '', '
', 1, 'admin', 0, '', 0, 0, 'blank', '', 0, 'line', 'a:2:{s:5:"style";s:4:"dash";s:5:"items";s:1:"0";}', 10, 0, '', 0, 0, 1444481459, 0, 0 ) ;

MySQL 返回:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '488, 'html_html', 0, '', '', '', '


', 1, 'admin', 0, '', 0, 0,' at line 9

LZ先选择好数据库名,然后SOURCE导入
mysql> USE 数据库名;
mysql> SOURCE d:/test.sql;

先选择database 然后再倒入数据到表

没选择数据库,No database selected不是写着的

没有选中数据库,use 数据库名
然后在进行操作

错误
SQL 查询:

-- Table structure for table pre_addon_download_attachment

DROP TABLE IF EXISTS pre_addon_download_attachment ;

MySQL 返回:

#1046 - No database selected