Good day Agezna
In MySql Workbench the username and password are the username and password of you MySql Server user. But once you don't know those as well.
Have you installed MySql Server alone from MySql website?
Or MySql Server was included in some web server applications bundle like:
- Xampp. Default username is
root
and there is no password set.
- Wampp. Default username is
root
and there is no password set.
- other one? Try the same for Xampp if it doesn't work, specify the bundle name then i can help you.
If you installed MySql Server alone, the password was set at installation, if you need to change it, there is a executable in your MySql Server folder in your Start Menu in Windows where you can change the configuration of you server, including your default password.
Regards.