Can't run XAMPP - MySql

前端 未结 5 1285
死守一世寂寞
死守一世寂寞 2020-12-16 04:01

When I try to start XAMPP - MySql it doesn\'t work. I\'ve already tried to fix it, but I couldn\'t find any actual solution, I hope you can find what\'s wrong with it.

相关标签:
5条回答
  • 2020-12-16 04:35

    I've fixed just by deleting and downloading xampp again, sometimes starting again from 0 is the best solution someone could ever find.

    0 讨论(0)
  • 2020-12-16 04:38

    The solution was just a

    Copy From ...xampp/mysql/backup/... of all files and paste into .../xampp/mysql/data/

    0 讨论(0)
  • 2020-12-16 04:42

    Simply edit this line from my.ini:

    ; Maximum amount of memory a script may consume (128MB) ; http://php.net/memory-limit memory_limit=128M -> choose size you want.

    0 讨论(0)
  • 2020-12-16 04:50

    copy all the file and folder from xampp/mysql/backup/ and paste it to xampp/mysql/data/. If asked for replace than click on replace all

    0 讨论(0)
  • 2020-12-16 04:58

    This is as a result of some files in C:\xampp\mysql\data\mysql getting corrupted.

    Solution:

    1. Back up C:\xampp\mysql\data
    2. Copy all file C:\xampp\mysql\backup
    3. Paste and replace existing file in: C:\xampp\mysql\data, except for the ibdata1 file.
      Leaving ibdata1 will help against table does not exist error.
    0 讨论(0)
提交回复
热议问题