Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 12162

Re: How to change Database credentials

$
0
0

I think you should use this command in mysql console:

mysql> CREATE user “yournewUser”@”localhost”;

mysql> GRANT ALL ON openfireDatabase.* TO ‘yournewUser’@’localhost’ IDENTIFIED BY ‘yourPassword’;

mysql> FLUSH PRIVILEGES;


Viewing all articles
Browse latest Browse all 12162

Trending Articles