Opened 16 years ago
Closed 16 years ago
#6183 closed defect (fixed)
win32-packager.pl uses wrong MySQL installation path
Reported by: | Steltek | Owned by: | Nigel |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Ports - Windows | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
In line 474, win32-packager.pl downloads MySQL 5.1 and prompts the user to install it with most of the defaults. This installs MySQL to C:\Program Files\MySQL\MySQL Server 5.1, however in lines 485, 489, 493 and 496, the scripts wants to access C:\Program Files\MySQL\MySQL Server 5.0 (the old version, previously used by the script).
Fix: Update all the paths to C:\Program Files\MySQL\MySQL Server 5.1
Note: See
TracTickets for help on using
tickets.
(In [19832]) Correct installed MySQL paths after [19822]. Untested. Closes #6183