Adding ejabbed MYSQL schema to your database
Andrew Fletcher published: 11 July 2019 (updated) 12 July 2019 1 minute read
The starting point is to read through and follow the notes outlined on the ejabberd site regarding adding database schema. The purpose of this documentation is to clarify where the files were located for me.
The schema files can be found in ejabberd priv directory. To find the priv directory, use the find command
Updating MYSQL 5.5 -> 5.7
Andrew Fletcher published: 4 April 2019 (updated) 15 January 2021 1 minute read
To add ejabberd and run MYSQL to the server I needed to update the server version of mysql from 5.5 to 5.7. Fortunately, there are great instructions on the Plesk support page regarding how to achieve this outcome.