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)
Please add more information
AdminBee‭ wrote 10 months ago

In order to avoid getting answers that you already know won't work, please expand the question to add more details: Did you try with sudo apt install and got any errors? If not, how do you conclude that mysql-server cannot be installed that way? Is there any other method you tried?

zetyty‭ wrote 10 months ago

Yes you're right. I was a bit not comfortable with this question because I think that mysql-server is not available in the Debian package distribution but I'm not sure (because I'm quite a newbie on Debian and Unix systems in general). I edited the question after your comment, please tell me if you think it needs more clarifications...