Re: MYSQL cygwin database connection requests root password

2023-08-16 Thread rappard--- via Cygwin
> Hi everyone I saw that in order to connect MYSQL database on cygwin, this > statement must be executed: > mysql -u root -p -h 127.0.0.1 > However, as far as I know, there's no root user on cygwin. > How can I get that requested password? Isn't "root" a MySQL username? If I recall correctly its

MYSQL cygwin database connection requests root password

2023-08-16 Thread HECTOR MENDEZ via Cygwin
Hi everyone I saw that in order to connect MYSQL database on cygwin, this statement must be executed: mysql -u root -p -h 127.0.0.1 However, as far as I know, there's no root user on cygwin. How can I get that requested password? Thank you in advance. Regards -- Problem reports:

Re: cntlm_issue

2023-08-16 Thread cygwinautoreply--- via Cygwin
>[ CBA Information Classification: Confidential ] > >Hello Team, >We are trying to install cntlm software into desktop. While running the .exe >file, it gives below error: > > 1 [main] cntlm 16464 find_fast_cwd: WARNING: Couldn't compute FAST_CWD > pointer > >Please help us to fix the

cntlm_issue

2023-08-16 Thread Jayprakash Parakh via Cygwin
[ CBA Information Classification: Confidential ] Hello Team, We are trying to install cntlm software into desktop. While running the .exe file, it gives below error: 1 [main] cntlm 16464 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer Please help us to fix the issue. Regards,

Re: [PATCH] Cygwin: shared: Fix access permissions setting in open_shared().

2023-08-16 Thread Corinna Vinschen
On Aug 16 09:51, Corinna Vinschen wrote: > On Aug 16 08:37, Takashi Yano wrote: > > After the commit 93508e5bb841, the access permissions argument passed > > to open_shared() is ignored and always replaced with (FILE_MAP_READ | > > FILE_MAP_WRITE). This causes the weird behaviour that sshd service

Re: [PATCH] Cygwin: shared: Fix access permissions setting in open_shared().

2023-08-16 Thread Corinna Vinschen
On Aug 16 08:37, Takashi Yano wrote: > After the commit 93508e5bb841, the access permissions argument passed > to open_shared() is ignored and always replaced with (FILE_MAP_READ | > FILE_MAP_WRITE). This causes the weird behaviour that sshd service > process loses its cygwin PID. This triggers