mysql

mysql命令:

mysqld --initialize-insecure

net stop mysql

net start mysql

update mysql.user set authentication_string=password('root') where user='root';

show variables like '%case%';

select CONCAT(COLUMN_NAME,',') Nam from information_schema.COLUMNS where table_name = 'ApiConfig'

posted @ 2017-12-29 10:20  静赋清承  阅读(94)  评论(0编辑  收藏  举报