但是一開始安裝時候就出現了以下的視窗
Important! Because an activated User Account Control (UAC) on your system some functions of XAMPP are possibly restricted
只要先按 OK 在選擇 安裝在其他位置即可 ex: C:\XAMPP 為預設值
解除 PHP 上傳大檔案限制
開啟C:\xampp\php\php.ini檔,按ctrl+F分別搜尋並更改upload_max_filesize、post_max_size還有memory_limit這三個參數,並儲存。
upload_max_filesize = 50M
post_max_size = 200M
memory_limit = 512M
max_execution_time = 600
max_input_time = 600
default_socket_timeout = 600
mysql.connect_timeout = -1
開啟C:\xampp\phpMyAdmin\libraries\config.default.php 檔,按ctrl+F搜尋$cfg[‘ExecTimeLimit’]改成60000,並儲存
著作權:陳昱文
@copyright MRcodingRoom
觀看更多文章請點MRcoding筆記
觀看更多文章請點MRcoding筆記