Hello @mostafas1990
many thanks for the quick answer.
I am hosting my own site. For me, it would be great to reuse my MariaDB engine, not a new one. Means, having the option to define the db connection (tcp:port or socket), db name, credentials would be great. I would, based on recommendations, pre-setup the database so you would only need to enter the access parameters. The code change would be to virtualize $wpdb by either using the original $wpdb or $mydb, where “$mydb = new wpdb(‘username’,’password’,’database’,’host’);” Know that sounds easy and I would help coding, but atm my knowledge about handling options in plugins is limited.
Hoping that this would not make to much effort and a soon implementation.
Best Regards,
Martin