Announcement

Collapse
No announcement yet.

MariaDB not working on Ubuntu 19

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MariaDB not working on Ubuntu 19

    Short thing,

    MariaDB does not work on Ubuntu 19 because the libmariadbclient.so.18 is named libmariadbclient.so
    to get it running I had to do
    Code:
    cd /usr/lib/x86_64-linux-gnu
    sudo ln -s libmariadbclient.so libmariadbclient.so.18

    #2
    Thank you for reporting this. I've added this information to the wiki.

    Comment

    Working...
    X