About 22,000 results
Open links in new tab
  1. Mariadb issue since upgrading from Mysql to mariadb

    May 28, 2020 · Client was running mariadb 10.4 and the database was running 10.6. After removing the 10.4 client and installing 10.6, i was then able to execute mysql_upgrade and fix …

  2. Mariadb vs MySQL - DirectAdmin Forums

    Jun 15, 2004 · IMHO MariaDB It's not owned by Oracle They update it regularly Performance wise it's generally better. MariaDB was created by the main Dev of Mysql before the oracle …

  3. Use MySQL instead of Maria DB (?) | DirectAdmin Forums

    Jul 18, 2022 · And the result of mariadb -V command is: mariadb Ver 15.1 Distrib 10.6.8-MariaDB, for Linux (x86_64) using readline 5.1 I also followed this instructions on how to replace …

  4. MariaDB to MySQL - DirectAdmin Forums

    May 22, 2014 · How to Transfer All MySQL Databases From Old to New Server In this article, you will learn how to transfer or migrate all your MySQL/MariaDB databases from old Linux server …

  5. change mysql to mariadb | DirectAdmin Forums

    Aug 1, 2020 · Be aware of various changes between Mysql 5.7 and MariaDB, so have a good look if you want to go directly to 10.4 or maybe rather would like to convert to 10.2 or 10.3.

  6. Cant see already made databases and cant create new

    Mar 23, 2021 · Hi, after restarting my server I see that I cant use or create databases. Here is like it looks: I chcecked that I dont have mysql.sock in this location. It looks like file is gone. How …

  7. SOLVED: Error connecting to MySQL: Access denied for user …

    Jan 17, 2022 · mysql mysql -e "UPDATE mysql.user SET authentication_string=PASSWORD ('rootpass') WHERE user='root'; FLUSH PRIVILEGES;" Now when I type: mysql -uroot -p and …

  8. Version mismatch (10.6.11-MariaDB -> 10.4.27-MariaDB)

    Oct 6, 2011 · OK, if this is the case, then probably MariaDB versions changed with custombuild, but the process of 10.6.11-MariaDB is still running. You might try and restart it and/or reboot …

  9. Changing Mysql 5.5 to MariaDB 10.2 - DirectAdmin Forums

    Jul 6, 2008 · I went from Mysql 5.6 to MariaDB 10.1 (after doing a full server backup/snapshot first). Maria 10.2 was available, but I was afraid a too big upgrade-step might wreck things. …

  10. Mariadb - Disabling Strict Mode | DirectAdmin Forums

    Apr 27, 2009 · NO_AUTO_CREATE_USER is the only one which will keep existing in Mysql. So I'm curious as to why MariaDB is defaulting to settings which are deprecated in Mysql.