数据库

使用Navicat连接mysql提示1045-access denied for user ‘root’@‘xxxxxxx’(using password:yes)的解决方法

使用过Navicat的朋友也许都试过登录时提示:1045-access denied for user ‘root’@‘xxxxxxx’(using password:yes), …

MySQL一键查询数据表结构的注释和字段

SELECT CONCAT('@property $',COLUMN_NAME), COLUMN_COMMENT FROM INFORMATION_SCHEMA.COLUMNS W…