简体   繁体   中英

mysql upload size doesn't change upon changing php ini file in yosemite

After updating to Yosemite there were a lot of changes including php and mysql versions.

I copied php.ini.default to php.ini .

Although I changed max_upload_size value (to 50M) in /etc/php.ini file, the max upload size in phpMyAdmin has not been changed. Yes, I did not forget to restart apache.

phpinfo() from /Library/WebServer/Documents shows php.ini path as /usr/local/php5/lib .

Hence editing php.ini with max_upload_size to increased value did the job.

Thanks!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM