canmove, Confirmed users
345
edits
No edit summary |
(→Install: Fix up grammar and formatting of my.ini-editing section) |
||
Line 95: | Line 95: | ||
==== Install ==== | ==== Install ==== | ||
MySQL has a standard Windows installer. It's ok to select a Typical MySQL install (the default). For the remainder of this document I will assume you have installed MySQL into '''C:\mysql'''. | MySQL has a standard Windows installer. It's ok to select a Typical MySQL install (the default). For the remainder of this document I will assume you have installed MySQL into '''C:\mysql'''. | ||
Goto mysql\bin\my.ini | Now change a few settings. Goto <tt>C:\mysql\bin\my.ini</tt> and set the <code>max_allowed_packet</code> setting to <code>4M</code>. Underneath that, add the following line: | ||
ft_min_word_len = 2 | |||
ft_min_word_len = 2 | |||
==== Create Bugs Database User ==== | ==== Create Bugs Database User ==== |