严重: Error starting static Resourcesjava.lang.IllegalArgumentException: Document base E:\apache-tomcat-6.0.41\webapps\manager does not exist or is not a readable directory 此错误是由于不小心将tomcat文件夹中webapps文件夹下的manager文件夹给删除了 之前习惯性的把webapps文件夹下的所有东西都删除掉,这是会导…
1.进入mysql容器中 docker exec -it mysqltest(mysql容器名称) bash 2.进入mysql数据库 mysql -uroot -p 3.输入mysql密码 4.远程连接授权 mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%'WITH GRANT OPTION; mysql>FLUSH PRIVILEGES; 5.更改加密规则 mysql>ALTER USER 'root'@'localhost' IDENT…
[root@5416ec39653b init.d]# /etc/init.d/mysqld start /etc/init.d/mysqld: line 23: /etc/sysconfig/network: No such file or directory 解决办法:touch /etc/sysconfig/network…