OmarAcero Posted October 31, 2018 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 71 Reputation: 1 Joined: 10/13/12 Last Seen: September 11, 2021 Share Posted October 31, 2018 (edited) can someone tell me the correct way to install MySQL in cygwin? The problem is that I'm using windows 32 bits and I need to compile the emulator in cygwin... Note: I do not have installed the visual basic, because it takes up a lot of hard disk space... Edited November 1, 2018 by OmarAcero Quote Link to comment Share on other sites More sharing options...
0 OmarAcero Posted November 3, 2018 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 71 Reputation: 1 Joined: 10/13/12 Last Seen: September 11, 2021 Author Share Posted November 3, 2018 (edited) @Normynator I needed to compiler. @hendra814 Thanks Brother, I do not want to use visual occupies a lot of space. I managed to solve the issue 1.- Add only the packages required for MYSQL Spoiler 2.- Install MariaDB(Mysql) Spoiler Set up MariaDB (MySQL) Note that this actually sets up MariaDB which is named mysql in Cygwin. from the Administrator terminal run: mysql_install_db Start the mysql server: mysqld_safe & then run: mysql_secure_installation You should then be able to log in to MariaDB from a non-administrative shell with: mysql -u root -p Install the MariaDB service First stop any running instance (run in an admin shell): mysqladmin.exe -u root -p shutdown Then install the service: cygrunsrv.exe -I mysqld -d "Cygwin MariaDB server" -p /usr/bin/mysqld_safe You can start it with: cygrunsrv -S mysql 3.- Now I can compile the emulator in SQL 4.- For the requirements and Packages follow the guide of Debian HERE Edited November 3, 2018 by OmarAcero Quote Link to comment Share on other sites More sharing options...
0 Normynator Posted November 1, 2018 Group: Developer Topic Count: 7 Topics Per Day: 0.00 Content Count: 292 Reputation: 199 Joined: 05/03/13 Last Seen: May 26, 2023 Share Posted November 1, 2018 why don't you use xampp for windows? would be the easiest way to get a mysql server up. Quote Link to comment Share on other sites More sharing options...
0 hendra814 Posted November 1, 2018 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1278 Reputation: 170 Joined: 06/12/12 Last Seen: 10 minutes ago Share Posted November 1, 2018 7 hours ago, OmarAcero said: can someone tell me the correct way to install MySQL in cygwin? The problem is that I'm using windows 32 bits and I need to compile the emulator in cygwin... Note: I do not have installed the visual basic, because it takes up a lot of hard disk space... Maybe you could use this method https://rathena.org/board/topic/111269-guide-lightweight-compiler-for-windows-for-replacement-heavy-visual-studio-ide-compile-rathena-faster-save-your-bandwidth-and-disk-space/?page=0#comment-326230 1 Quote Link to comment Share on other sites More sharing options...
Question
OmarAcero
can someone tell me the correct way to install MySQL in cygwin?
The problem is that I'm using windows 32 bits and I need to compile the emulator in cygwin...
Note: I do not have installed the visual basic, because it takes up a lot of hard disk space...
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.