Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.


Panel
borderColor#3399cc
bgColor#DCF1FC
titleColor#FFFFFF
titleBGColor#3399cc
borderStylesolid
titleGuide

This article is part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps.

Sección


Columna

<< Step 1: Requirements


Columna

Step 3: Server Setup >>



...

Click Browse Source... -> Select 
the source directory (C:\Trinity)

2. Click  Browse Build...  -> Select
the build directory (C:\Build)

3. Click Configure

4. Make sure that Use default native compilers
 is checked (should be checked by default).

5. In the drop-down menu, choose the
version of the compiler you downloaded
in the Software Required section. Be sure to choose
Win64 version if you work on 64-bits compilation

Image RemovedImage Added

6. Click Finish.

7. Make sure Tools is checked already.
This will compile the map extractors
needed later in the setup.
(in master branch, this will also
generate connection_patcher.exe)

8. Click Configure again. As long as you have error(s) typed in red in the log window, you will have to check
your parameters and click again on it.

9. Click Generate. This will install the
selected build files into your C:\Build folder.

...

Info
titleThis info may be outdated

Note: in MySQL 5.7 64bit there is a bug. Binary_log_types.h and Binary_log_funcs.h are missing.

you can download http://dev.mysql.com/downloads/file/?id=456917 and open it with winrar (or google something for opening .tar Archive)

then go to mysql-5.7.7-rc\libbinlogevents\include  there you'll find both files.  copy them to C:\Program Files\MySQL\MySQL Server 5.7\include (default location, change to your directory if you have a different mysql install location

...