Changes between Version 100 and Version 101 of howto/MAMP


Ignore:
Timestamp:
Apr 12, 2023, 1:41:08 PM (13 months ago)
Author:
cyberon-org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v100 v101  
    104104
    105105For 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 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.\\
     106open 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.\\
    107107'Grep' should show now the three requires lines.
    108108