This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
build:mysql [2007/06/08 23:12] 71.10.176.218 Installed MySQL 5.0 on Bud. (CMB) |
build:mysql [2008/07/09 07:31] (current) 24.217.108.17 CMF - the <file configfile>...</file> was not working. Changed to <code> |
||
|---|---|---|---|
| Line 29: | Line 29: | ||
| Edit the ''/root/.my.cnf'' file to set the password when using various client programs: | Edit the ''/root/.my.cnf'' file to set the password when using various client programs: | ||
| - | <file configfile> | + | <code> |
| [mysql] | [mysql] | ||
| user = 'root' | user = 'root' | ||
| Line 37: | Line 37: | ||
| user = 'root' | user = 'root' | ||
| password = '$MYSQL_ROOT' # THIS IS NOT THE REAL PASSWORD; DO NOT CUT AND PASTE THIS! | password = '$MYSQL_ROOT' # THIS IS NOT THE REAL PASSWORD; DO NOT CUT AND PASTE THIS! | ||
| - | </file> | + | </code> |