About 362,000 results
Open links in new tab
  1. MariaDB on Windows 11 Pro fails due to privilege tables' file …

    Oct 20, 2023 · About 5-6 days after each fresh installation of (the newest) XAMPP 8.2.4 on Windows 11 Pro (10.0.22621 Build 22621), MariaDB 10.4.28 on-board it starts to fail during …

  2. How do I allow remote access to mysql using xampp?

    7 I'm using xampp and navicat to manage mysql on two dev machines (laptop & desktop). The laptop is my main machine, while the desktop acts as a local dev server for the group. …

  3. Xampp, mysql crashes each time I start it - Server Fault

    Dec 30, 2019 · When I try to start mysql, it shuts down: Error: MySQL shutdown unexpectedly. This may be due to a blocked port, missing dependencies, improper privileges, a crash, or a …

  4. Starting MySQL standalone works but as windows service it fails

    May 11, 2023 · I have an xampp-portable directory that contains mysql/mariadb. The xampp directory is located directly on d:, so path is d:\\xampp and mysql is d:\\xampp\\mysql I want to …

  5. XAMPP mysql (Mariadb) has become unreliable - Server Fault

    Sep 12, 2023 · I have used XAMPP for years in Windows without any problems, but lately, it has become unreliable due to mysql (MariaDB). In XAMPP Control Panel mysql sometimes starts …

  6. Connecting to MySQL from PHP is extremely slow - Server Fault

    Jul 17, 2012 · The issue must be PHP's connection to MySQL - that's as far as I've been able to reason. I can find tons of stuff about PHP being slow or MySQL being slow, but nothing about …

  7. mariadb - Error: MySQL shutdown unexpectedly - Server Fault

    Jan 30, 2025 · Then I opened the recycle bin and found all the data I removed, and I recovered the "data" folder and start xampp and the problem persists. Then I changed the port from 3306 …

  8. How do I grant full permissions to a user with mysql?

    Nov 17, 2010 · From the shell connect to MySQL as an administrator: mysql -u root -p mysql Now on the mysql prompt type: > grant all privileges on DATABASE_NAME.* to …

  9. innodb - Mysql crashed and won't start up - Server Fault

    Going forward, I must assume that any mysql database can get corrupted and try to keep daily backups and have the database recreation script documented or coded into my continuous …

  10. backup - How to copy & move MySQL database - Server Fault

    You can probably copy your database directory inside your laptop's XAMPP mysql data directory, and paste that (or replace) in your netbook's XAMPP mysql data directory.