anyunpu
anyunpu
我的也是,在deepin 下也是会卡死 登录后用着用着就各种卡、没反应 最有用终端 killall dingtalk 才能退出  重新登录有反应老快了 版本  
what language
service mysql stop cd /usr/local/mysql/bin mysqld --skip-grant-tables & mysql -u root update mysql.user set password=PASSWORD('123456') where User='root'; #change root password flush privileges; quit service mysql start