Changes between Version 54 and Version 55 of howto/MAMP


Ignore:
Timestamp:
Apr 10, 2010, 5:13:34 PM (14 years ago)
Author:
dweber@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v54 v55  
    205205==== Optional security configuration ==== #mysql_security
    206206
    207 Place the following into {{{mysql_security.sql}}} and replace the {{{'MyNewPass'}}} with your root password.  Note that the SQL will remove all access for root from any location other than 'localhost'.  You might like to keep this SQL file - all the lines beginning with '--' are doc-comments about how to use it.
     207There is an interactive program to secure a MySQL installation.
     208
     209{{{
     210$ man mysql_secure_installation
     211$ /opt/local/bin/mysql_secure_installation5
     212}}}
     213
     214The following is a more detailed process that may achieve the same results as the interactive program.  Place the following into {{{mysql_security.sql}}} and replace the {{{'MyNewPass'}}} with your root password.  Note that the SQL will remove all access for root from any location other than 'localhost'.  You might like to keep this SQL file - all the lines beginning with '--' are doc-comments about how to use it.
    208215
    209216{{{