错误代码: 1017 Can't find file: '.\bus\[email protected]' (errno: 22 - Invalid argument)

1、错误描述

1 queries executed, 0 success, 1 errors, 0 warnings

查询:desc t_driver_info;

错误代码: 1017
Can't find file: '.\bus\[email protected]' (errno: 22 - Invalid argument)

执行耗时   : 0 sec
传送时间   : 0 sec
总耗时      : 0.011 sec

2、错误原因

     创建t_driver_info后,利用desc查看表结构,出现这个错误

     DESC t_driver_info;


3、解决办法

你可能感兴趣的:(mysql)