使用openfire的时候如果需要使用自己的mysql数据库,需要提前进行设置,下面将记录下,基本的设置过程。...2、新建一个openfire的数据库
create database openfire;
在SQLyog中刷新之后应该能看到相应的数据库
?...\resources\database\openfire_mysql.sql;
?...的登陆用户名和登陆密码
use openfire;
INSERT INTO ofUser (username, plainPassword, name, email, creationDate, modificationDate...) VALUES ('admin', 'admin', 'Administrator', 'admin@example.com', '0', '0');
这时使用SQLyog应该可以在openfire数据库的