Short of using OAuth2, you could write your own app component to tie NodeBB into MySQL. One of the issues is that MySQL is a generic database so the format of your authentication easily won't match in some obvious way, so needs a customer connectors no matter what. Just adding another DB source for authentication would not solve your problem. It would have to be something that connects to your database and has the ability to understand your schema and has the ability to store all necessary additional schema changes there.
External Links not redirecting properly
-
I'm using the [link text](link url) function. Once I place a link in (link url) and I try to click on it, it just redirects me to "mywebsite.com/link" instead of opening the link in a new tab or in the same tab.
-
What is the url you are placing? It works with relative and absolute urls here are two samples
[This goes to recent topics on this forum](/recent)
results in -> This goes to recent topics on this forum[This goes to youtube.com](https://youtube.com)
results in -> This goes to youtube.com