在新版本中.sym方式已再也不支持,最新的方式是使用软连接方式(Windows),官方文档:https://dev.mysql.com/doc/refman/5.7/en/windows-symbolic-links.htmlhtml
即 mklink /d test d:\temp\testmysql
参考:sql
https://blog.csdn.net/a123gsfd/article/details/79999838数据库
https://www.jianshu.com/p/5eede9fe93e3windows
我有几回测试,发现复制数据库目录建立连接不行,但剪切目录再建立连接就能够,这应该都是目录权限问题,包括mysql服务的登陆用户的权限问题。测试