Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on How to install mysql-server on Debian?

Post

How to install mysql-server on Debian?

+2
−0

With Debian 12, it seems that mysql-server is not available in the "default" package distribution and thus, cannot be installed with sudo apt install mysql-server or sudo apt-get... (I know that mariadb-server can be installed with these methods).

Is there a way to install mysql-server on Debian?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

2 comment threads

Why, though? (3 comments)
Please add more information (2 comments)
Why, though?
tripleee‭ wrote 10 months ago · edited 10 months ago

My impression is that the Debian maintainers recommend switching to MariaDB. Are there scenarios where this is not acceptable?

zetyty‭ wrote 10 months ago

I don't know (I know nothing about databases in general) but I would be glad to know the answer ;). I just wanted to follow this workflow in order to install my own instance of QPixel on Debian. I switched to MariaDB for the moment but I wonder if I could use MySQL in order to stick with the advised workflow (to avoid any future problem because I'm not able to solve problems at this time, I'm a newbie on this topic). I also thought that other newbies like me would be happy to have the info...

matthewsnyder‭ wrote 10 months ago

There shouldn't be any future problem. MariaDB was specifically designed to be a drop in replacement for MySQL, in exactly this type of situation.