thanks invite on this. I'm not going to be much help. Thats because some time again I realistically looked at my use which is almost exclusively web development, ease of use of development and capacity i switched to sqlite3 which is written in c and is "server less" meaning its a just a file that needs no database daemon or what ever you want to call it; it has a capacity of 281 terabytes which i doubt i'm going to exceed with blogs etc
i used to go through the pain of MySQl grant all options, web on one sever and database on another , users etc and having to use phpMyAdmin etc all all the other quirks and grief and just thought why put put myself through it.
So for instance for php i can work from the Desktop just using built in server, play with php code and still use a databse or as i usually do develop in apache with a few projects via virtual host settings
One issue with sqlite3 is maybe security but then the file is outside what can be accessed from the web; so you should be able to download it. Passwords are hashed.
People use Mysql with wordpress; the admin password, Slug and display name are stored in a table called users; the fact that it uses MySQl doesn't stop me getting the user name from the database quite easily in a lot of cases !
I can browse the database just using sqlitebrowser. IN short what ever i knew about MySQl or Maria i forgot. If i were a mod on here i wouldn't advertise places where you might get help away from this forum but if its ok with them i can suggest that .
@adkriPrasanna Don't right us off completely here on Slackware for other issues.
i have alterted another Slackware user on here to see if he can shed any light
@VP9KS