一、数据库版本 Server version: 5.1.40 二、进入数据库
[root@kt01 ~]# mysql -uroot -pEnter
password: 输入密码 Welcome to the MySQL monitor.
【mysql】 【日志】 【数据库】 【配置】 【Server】 【type】 点击查看原文>
SQL数据脚本导入时总是出错(确认脚本语法没错误)“
1 2 3
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'DROP TABLE IF EXISTS `pw_members`;
CREATE TABLE `pw_members` (
`uid` int(10' at line 1”
错误提示是在第一行有错误。
【mysql】 【SQL】 【windows】 …