Changes between Version 102 and Version 103 of howto/MAMP


Ignore:
Timestamp:
Apr 15, 2023, 2:33:14 PM (13 months ago)
Author:
cyberon-org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v102 v103  
    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, \\
    106106open 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 requires lines.
     107'Grep' should show now the three required lines.
    108108
    109109Restart Apache so that your changes take effect