For Emptoris® Spend Analysis, MySQL 5.5.41 can be installed on Windows 2008 or Windows 2012.
Procedure
To install MySQL on Windows, complete the following steps:
- Create a tools directory by using the mkdir
command.
C:\mkdir C:\opt\emptoris\tools
- Extract the mysql-5.5.41-winx64.zip file to the tools
directory.
- Rename the extracted mysql directory to
MySQL-5.5.41.
- From the bin directory, open the my.ini file.
- Modify the my.ini file.
For more information, see Creating the my.ini File on Windows.
- To create a Windows service for MySQL, use the following command.
D:\opt\emptoris\tools\mysql-5.5.15-winx64\bin>mysqld.exe --install MySQL
--defaults-file="D:\opt\emptoris\tools\mysql-5.5.15-winx64\my.ini"
- When installing for the first time, from the bin directory of MySQL, start
the mysqld service by using the following commands.
cd C:\opt\emptoris\tools\MySQL-5.5.41\bin
- Close the command prompt.
- Start the MySQL server by using the mysqld.exe command.
The MySQL server is started.