将htdocs文件夹复制到安全位置后,只需从phpMyAdmin导出数据库即可。只需转到每个数据库,然后单击顶部的“导出”选项卡。将它们导出为SQL(或者其他什么,实际上-只需记住您选择的内容)。升级您的XAMPP安装。现在,在新版本的XAMPP中,创建要重新插入的数据库。示例:您有一个从旧安装中导出的名为“ test ”的数据库,请将新的空数据库命名为相同的名称。现在,进入“测试”并点击顶部的导入按钮(就在导出按钮旁边)。单击“选择文件”,找到之前导出的SQL文件(应该是“ test.SQL ”)并导入。您的表和数据将就位。
LoadFile "/xampp/php/php5ts.dll"
LoadModule php5_module "/xampp/apache/bin/php5apache2_2.dll"
Replace C:\xampp\php\php.ini with C:\xampp\php\php.ini-dist
Uncomment the lines:
;extension=php_mbstring.dll
;extension=php_pdo_sqlite.dll
Replace the line
magic_quotes_gpc = On
with
magic_quotes_gpc = Off
Error: Apache shutdown unexpectedly.
This may be due to a blocked port, missing dependencies,
improper privileges, a crash, or a shutdown by another method.
Press the Logs button to view error logs and check
the Windows Event Viewer for more clues
If you need more help, copy and post this
entire log window on the forums