Hi i have created a mySQL Workbench database and i want to use a login field to access the database.
How can i create a login field using a username and password to enter a mySQL Workbench database?
I want to use it without HTTP webbased application just plan golang language.
1)Enter username > ( if entered username is wrong print “no match found”) >> ask again "Enter username " >> will loop till correct username is found.
2)Enter password > (if entered username is correctly as for password) >> (if entered password is wrong print "wrong password)
>> ask again "Enter password " >> will loop till correct password is found
I’m not sure i understand your problem. You created a MySql database with MySql Workbench tool, right? Do you intend to make a cli application? You have tried something, where you got messed up?