摘要:
命令行:mysql -h 192.168.1.145 -u root -p1、初始化root密码进入mysql数据库1mysql>update user set password=PASSWORD(‘123456’) where User='root';2、允许mysql远程访问,可以使用以下三种方... 阅读全文
摘要:
更新了smack4.1后,发现之前的注册表单不能使用了,很多属性都不能使用.发现4.1把帐号的出来都集中到org.jivesoftware.smackx.iqregister.AccountManager类/** * Creates a new account using the specified... 阅读全文