Re: Cygwin not present on control panel

2023-05-10 Thread rappard--- via Cygwin
Hi,

> I create a script to install cygwin by command line. It works fine.

Can you post your script here?

> However,  when i try to uninstall the Cygwin, é see that cygwin was not
> present on Windows control panel softwares and programs.

I used the normal setup-x86_64.exe procedure, and it's not in my
appwiz.cpl panel either.

> 1)How i uninstall cygwin on this case?

I usually simply delete my C:\bin\cygwin64\ folder and the registry
keys. Off the top of my head:
...\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Cygwin,
HKEY_CURRENT_USER\Software\Cygwin and one or two others.

--Martin

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


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 default
password is either empty or "root".

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple