En el archivo:
/Applications/MAMP/bin/startMysql.sh
Agregar:
--max_allowed_packet=64M
| AddDefaultCharset UTF-8 |
| AddType application/x-httpd-php .htm .html | |
| #Para GoDaddy | |
| Options +ExecCGI | |
| AddType application/x-httpd-php5 .htm .html .php | |
| AddHandler x-httpd-php5 .htm .html .php |
| 1.- Creamos un script (phpinfo.php) que muestre: las propiedades que tiene php | |
| 2.- Ya ejecutado buscamos el dato | |
| Loaded Configuration File : /Applications/MAMP/bin/php/php5.4.10/conf/php.ini | |
| 3.- En el archivo php.ini buscamos las lineas mencionadas y las cambiamos a On | |
| 4.- Guardamos y reiniciamos servidores |
| #Entorno: MacOSx 10.7.5 | |
| #Error | |
| $ git clone ssh://... | |
| perl: warning: Setting locale failed. | |
| perl: warning: Please check that your locale settings: | |
| LANGUAGE = (unset), | |
| LC_ALL = (unset), |
###Mac
Desde la ventana de comandos En Mac solo funciona con rutas absolutas en ambos parametros
ln -s [origen] [destino]
###Windows