Changes between Version 28 and Version 29 of InstallationGuidelines/MySQL


Ignore:
Timestamp:
09/06/10 08:56:59 (14 years ago)
Author:
Dan Zubey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/MySQL

    v28 v29  
    7777@ToDo: Add these to {{{models/zzz_1st_run.py}}}
    7878== Troubleshooting ==
    79 Can view the list of expensive queries by editing ''/etc/mysql/my.cnf'' and uncommenting/adding
     79Can view the list of expensive queries by editing ''/etc/mysql/my.cnf'' and uncommenting/adding[BR]
    8080{{
    8181log_slow_queries        = /var/log/mysql/mysql-slow.log
     
    8484and restart mysql.
    8585
    86 This will log queries that take longer than 2 seconds to run. View with:
     86This will log queries that take longer than 2 seconds to run. View with [BR]
    8787
    8888{{tail -f /var/log/mysql/mysql-slow.log}}
    8989
    9090----
    91 By installing 'mytop', you can see real-time status on the database
     91By installing 'mytop', you can see real-time status on the database [BR]
    9292 
    9393{{sudo apt-get install mytop