📜  xampp 表没有 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:27.594000             🧑  作者: Mango

代码示例1
Use below step.

    Go to MySQL config file (my file at C:\xampp\mysql\bin\my.ini)
    Check for the line innodb_data_file_path = ibdata1:10M:autoextend
    Next check the ibdata1 file exist under C:/xampp/mysql/data/
    If file does not exist copy the ibdata1 file from location C:\xampp\mysql\backup\ibdata1

hope it helps to someone.