MySQL Forums
Forum List  »  Newbie

Re: Can you create faceplate/dialog with mysql?
Posted by: Peter Brawley
Date: December 09, 2019 11:36AM

MySQL is an RDBMS, ie a database backend.

It ships with two UIs, the non-GUI client program named mysql, and the GUI devel app WorkBench. Each will run scripts, but neither is otherwise user-programmable.

That's what the APIs are for---PHP, Python, Java, .NET &c. You write a frontend like the one you describe in one of those languages, and program the app to connect to MySQL via that API.

Options: ReplyQuote


Subject
Written By
Posted
Re: Can you create faceplate/dialog with mysql?
December 09, 2019 11:36AM


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.