New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 10 and Version 11 of howto/MAMP


Ignore:
Timestamp:
08/09/08 16:34:22 (5 years ago)
Author:
raimue@…
Comment:

Replace "–" (non-ascii character) with "-" (ascii 45)

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v10 v11  
    105105 
    106106{{{ 
    107 ps ax | grep mysql 
     107ps -ax | grep mysql 
    108108}}} 
    109109 
     
    111111 
    112112{{{ 
    113 mysqladmin5 –u root –p password <new-password> 
     113mysqladmin5 -u root -p password <new-password> 
    114114}}} 
    115115 
     
    131131 
    132132{{{ 
    133 ps ax | grep mysql 
     133ps -ax | grep mysql 
    134134}}} 
    135135