摘要:
The BASEDIR environment variable is not defined correctly 启动tomcat时报错 The BASEDIR environment variable is not defined correctly This environment variable is needed to run this program 这坑爹的中间件,害的我搞了... 阅读全文
摘要:
创建管理员: mysqladmin -u root password 123456 登录 mysql -u root -p 建库及授权 【授权】 授权命令GRANT 语句的语法如下: GRANT privileges (columns) ON what TO user IDENTIFIEDBY "p 阅读全文