摘要:
mysql: 获取表字段: select COLUMN_NAME,column_comment,t.* from INFORMATION_SCHEMA.Columns t where column_name like '%CIF_NAME%' ; /* 获取表:*/ select table_nam 阅读全文
摘要:
1.create user A identified by password,创建用户 create user USER_JWFZ identified by JWFZ2017; 2.grant connect to A --授予connect权限 grant connect to USER_JWF 阅读全文