Originally posted by spicfoo
View Post
Announcement
Collapse
No announcement yet.
Proposal Seeks To Replace MySQL With MariaDB By Default For Ubuntu 25.04
Collapse
X
-
Originally posted by Espionage724 View PostOn FreeBSD 14.1, I ran into MariaDB causing that project to fail (ticket) because MariaDB had fmt as a dependency which caused it to get used instead of that project's fmt. MySQL on FreeBSD didn't have the fmt dep, it installed, and that project compiled fine!Last edited by brad0; 20 September 2024, 06:41 PM.
- Likes 1
Comment
-
Originally posted by brad0 View Post
MariaDB didn't "cause" anything. The TrinityCore build infrastructure is broken and needs fixing.
But fine; semantics demands I correct that to not put direct-blame of MariaDB, and I realize that FreeBSD could be packaging it specifically that way for a reason (not feeling like re-wording it myself, you do it ). Point was, MariaDB was a problem for me 2 times, so why would I want to use it still let alone vouch for it? And what are you defending exactly to come at me with a counter?
Comment
-
Originally posted by Espionage724 View PostYou're not convincing me MariaDB is a solve-all solution when the project I used for years longer than I even knew MariaDB existed worked perfect... for years with MySQL
But fine; semantics demands I correct that to not put direct-blame of MariaDB, and I realize that FreeBSD could be packaging it specifically that way for a reason (not feeling like re-wording it myself, you do it ). Point was, MariaDB was a problem for me 2 times, so why would I want to use it still let alone vouch for it? And what are you defending exactly to come at me with a counter?
FreeBSD is packaging it how it should be. They're not doing anything wrong.
The problem was not MariaDB.
- Likes 1
Comment
-
Originally posted by brad0 View Post
That's completely irrelevant. The subject wasn't about MariaDB. It was about a project with broken build infrastructure that is intended to build with an embedded copy of a dependency that happens to pick up a system copy of a dependency when it should not. That's the fault of TrinityCore and how their build infrastructure has been written. Fix the header paths so they're in the right order as intended.
FreeBSD is packaging it how it should be. They're not doing anything wrong.
The problem was not MariaDB.
- Likes 3
Comment
-
Originally posted by cen1 View PostI think masking mysql packages as actual mariadb packages was a terrible mistake by distros. They should have kept mysql and package mariadb separately, let the end user decide and stats would show true end user preference rather than masking it and pushing mariadb down our throats.. If I want to install mysql, give me mysql god da***!
- Likes 1
Comment
-
Originally posted by fitzie View Postmaria/mysql aren't drop in compatible.
for example from airflow documentation:
while i find that statement to be a bit FUDish, it's probably true that maria went too far by being a hard fork rather than being a mysql++, but I think the bigger issue was that postgresql has most of the mindshare for developers looking for an opensource database. I personally like postgresql, but i find it very frustrating to administer.
My limited exposure to MySQL (and by extension MariaDb) was enough to convince me anyone should be using PostgreSQL or SQLite unless they're already invested in MySQL, though, so I've never had a horse in the race between MySQL and MariaDb.
- Likes 2
Comment
-
Originally posted by J.King View PostMy limited exposure to MySQL (and by extension MariaDb) was enough to convince me anyone should be using PostgreSQL or SQLite unless they're already invested in MySQL, though, so I've never had a horse in the race between MySQL and MariaDb.
Comment
Comment