• Resolved Martin Mattel

    (@mmattel01)


    Hello, do you support using a own database?
    Means not the WP database but a own, manually defined one for wp-statistics only.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hi,

    No, unfortunately, doesn’t support yet, but we have a plan for making an add-on to store the plugin data in NoSql databases such as Redis or MongoDB

    Thread Starter Martin Mattel

    (@mmattel01)

    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

    • This reply was modified 4 years, 6 months ago by Martin Mattel.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘External Stats Database outside WP’ is closed to new replies.