About 141,000 results
Open links in new tab
  1. Is it possible to install MySQL 5.5.45 on Ubuntu 22.04?

    Dec 15, 2023 · 2 I need to install MySQL 5.5.45 on Ubuntu 22.04. I was provided with legacy code using PHP 5.4.60 and MySQL 5.5.45. I didn't have any issues with installing PHP 5.4.60. …

  2. How to use apt to install MySQL 8.0.37 on Ubuntu 22.04

    May 24, 2024 · If you are using Ubuntu jammy 22.04, and if you want to install MySQL 8, just use the official native package mysql-server-8.0, and just use the native APT package manager.

  3. apt - How do I install mysql-dev for server? - Ask Ubuntu

    Apr 10, 2024 · 2 The default repositories in Ubuntu don't include the server development package for MySQL by default, but you can work around this limitation by installing the MySQL source …

  4. software installation - How to install MySQL? - Ask Ubuntu

    Aug 10, 2012 · 97 First, remove the current version of MySQL you're already using: $ sudo apt-get purge mysql-client-core-5.5 Now, to install MySQL, run the following command from a …

  5. 11.10 - How to install MySQL workbench? - Ask Ubuntu

    56 Installing MySQL workbench on 10.04 or 10.10 is not a problem, as the deb packages are available on MySQL's website. But there is no 11.04 deb package available. So, how do I …

  6. How to install MySQL 8.0 with lower_case_table_names=1 on

    Jul 23, 2020 · I did that on a freshly installed Ubuntu Server 20.04 and ran sudo apt-get install mysql-server afterwards, but it did not change lower_case_table_names to 1. If at all, what am …

  7. How to completely remove MySQL from my system? - Ask Ubuntu

    Aug 25, 2020 · I want to completely remove MySQL from my system, including databases, settings, logs, journals, etc. How can I do it? Update/Note: The MySQL was installed using the …

  8. MySQL 8.4 LTS on ARM64 Ubuntu 24.04 LTS? - Ask Ubuntu

    Sep 2, 2024 · I am wondering if it is already possible, or if it will soon be possible, to install the MySQL 8.4.x LTS community server onto an Ubuntu ARM64 24.04 LTS server without …

  9. How to install MySQL Workbench Community on Ubuntu 22.04?

    Apr 22, 2022 · How to install MySQL Workbench Community on Ubuntu 22.04? Ask Question Asked 3 years, 7 months ago Modified 3 years, 4 months ago

  10. Unable to install mysqlclient on Ubuntu 22.04.3

    Nov 5, 2023 · 3 I want to install MySQL on my Ubuntu 22.04.3 for a Django course I'm taking. I used the following command: pip install mysqlclient I tried the suggestions in this thread: …