MySQL Forums
Forum List  »  Newbie

Re: Can it be done?
Posted by: Peter Brawley
Date: July 15, 2017 11:11AM

> if there is a way i could get MySQL to ask for a username rather than
> having to change the destination on the file shortcut from "-uroot" "-p"
> to "-u[newuser]"@"-p"

You'd do that at the app level.

> making a simple GUI for my database ... run queries by clicking on buttons etc.

SQL parsing is a hard problem. Queries by button click will have to be pre-fab, ie stupid by design. Does that meet your design requirement?

Options: ReplyQuote


Subject
Written By
Posted
July 15, 2017 11:03AM
Re: Can it be done?
July 15, 2017 11:11AM
July 15, 2017 01:51PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.