- 卸载旧版本的mysqllib yum remove mysql-libs;
- 安装rpm命令rpm -ivh
- 设置新密码SET PASSWORD = PASSWORD(‘xxxxxx’);
- 授权远程访问 grant all privileges on *.* to root@’%’ identified by “xxxxxx”;
- 添加新用户并授权CREATE USER ‘chaly’@’%’ IDENTIFIED BY ‘xxxxxx’;
GRANT ALL ON *.* TO ‘chaly’@’%’; flush privileges;
- 修改glassfish控制台密码./asadmin change-admin-password.
- 启用远程控制管理./asadmin enable-secure-admin
- 启动glassfish服务器asadmin start-domain
- 关闭服务器./asadmin stop-domain
This entry was posted
on Saturday, June 15th, 2013 at pm 11:34 by 施 常亮 and is filed under 未分类.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.