Changes between Version 102 and Version 103 of howto/MAMP
- Timestamp:
- Apr 15, 2023, 2:33:14 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/MAMP
v102 v103 105 105 For proper setup of MySQL for PHP **all three lines** must be present. If there is one missing, for example mysql.default_socket=/opt/local/var/run/mysql8/mysqld.sock, \\ 106 106 open the php.ini file in your editor and add somewhere the line 'mysql.default_socket='. Next repeat the cat command above but only for the missing part.\\ 107 'Grep' should show now the three require slines.107 'Grep' should show now the three required lines. 108 108 109 109 Restart Apache so that your changes take effect