我有一个tomcat 8 but服务器,并尝试连接本地MySQL5.7,但是有以下错误:SQLNestedException: Cannot create PoolableConnectionFactory(Client does not support authentication protocol requested by serverALTER USER 'root'@'localhost' IDENTIFIED WITH
当我们设置一个MySQL数据库系统时,系统会自动创建一个MySQL数据库,其中user_info表中有多个表,比如db,event,func,host,servers,slow_log,user_info,我可以通过执行select * from user_info;之类的查询(除了密码)来获取用户列表及其详细信息。But in which table MySQL store the password of every users?