Home > Database > Mysql Tutorial > 使用Mysql命令行工具执行sql脚本时的小问题_MySQL

使用Mysql命令行工具执行sql脚本时的小问题_MySQL

WBOY
Release: 2016-06-01 13:31:17
Original
1006 people have browsed it

bitsCN.com

使用Mysql命令行工具执行sql脚本时的小问题

 

在执行sql脚本时本来是按照语法来的

 

source create.sql(create.sql文件的完全路径)
Copy after login

我在自己的电脑上输入的是

1source f:/download/create.sql;
Copy after login

但是输入完成后没有执行任何结果,也没有报错,后来在网上查了,有同学说是"/"的原因,要使用"/",或者要进行转义"//",我依次试过后,发现还是不行,而且报出了failed to open file ... 最后我无意中再输入了一次

1source f:/create.sql
Copy after login

 

 

为了方便,我把文件直接放在了F盘根目录下,这次竟然成功了,原来是多了一个分号的原因。

 

bitsCN.com
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template