mac 下安装openfire的步骤

  • 下载openfire和 JDK两个软件并安装(不安装JDK,openfire启动会出问题)。
mac 下安装openfire的步骤_第1张图片
  • 下载MySQL数据库或者xampp软件并安装。这里我用的是xampp:


    mac 下安装openfire的步骤_第2张图片
  • 将/usr/local/openfire/resources/database/里面的openfire_mysql.sql文件复制一份到桌面。(如果database不允许打开,需要右键显示简介--->权限改为可读写
mac 下安装openfire的步骤_第3张图片

选择Go to application到下面的界面


mac 下安装openfire的步骤_第4张图片
  • 选择phpMyAdmin进入到数据库,新建一个数据库,导入刚复制的openfire_mysql.sql文件。
  • 启动openfire


    mac 下安装openfire的步骤_第5张图片

    点击open admin console进入设置页面,按步骤设置

mac 下安装openfire的步骤_第6张图片

最重要的一步是:


mac 下安装openfire的步骤_第7张图片
mac 下安装openfire的步骤_第8张图片

选择数据库为*mysql,url将第一个[]所有内容改为localhost,第二个[]所有内容改为新建的数据库名字。用户名随便写,密码空着。

你可能感兴趣的:(mac 下安装openfire的步骤)