Hello, on try install mysql I get this:
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Try these command they might help:
sudo apt-get install -f
sudo apt-get autoremove -y
sudo apt-get remove --purge mysql-*
Then try to install again.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
@Mohsen47 https://pastebin.com/taLp7S8d apt --fix-broken install: https://pastebin.com/hHid3rSN
@Mohsen47 Did not work
@Mohsen47 sudo apt-get install -f, sudo apt-get autoremove -y: https://pastebin.com/4AT923ah sudo apt-get remove --purge mysql-*: https://pastebin.com/JVKGtceW