OmarAcero 15 Posted October 31, 2018 (edited) Some teacher to teach me how to install the Mysql in cygwin pls?... Edited October 31, 2018 by OmarAcero Quote Share this post Link to post Share on other sites
0 meko 170 Posted October 31, 2018 Just run it natively on windows:https://downloads.mariadb.org/interstitial/mariadb-10.3.10/winx64-packages/mariadb-10.3.10-winx64.msi/from/http%3A//mariadb.mirror.iweb.com/?serve Otherwise, you might want to consider WSL 1 OmarAcero reacted to this Quote Share this post Link to post Share on other sites
0 OmarAcero 15 Posted November 1, 2018 (edited) @meko 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. Edited November 1, 2018 by OmarAcero Quote Share this post Link to post Share on other sites
0 OmarAcero 15 Posted November 3, 2018 (edited) 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 Share this post Link to post Share on other sites
Some teacher to teach me how to install the Mysql in cygwin pls?...
Edited by OmarAceroShare this post
Link to post
Share on other sites