MySQL Forums
Forum List  »  Newbie

Re: Migrating MySql from Debian to Windows
Posted by: Barry Galbraith
Date: June 05, 2014 07:12PM

MySQL natively is ALL commandline.


More recently, MySQL has built a GUI called Workbench, and there are also several 3rd party gui tools out there, (SQLYog, HeidiSQL ...) but they are for DB administration, not for DB user interface.

You need to build the application that uses the DB yourself, or get/pay someone to do it for you.

What application / interface did you have on your linux machine? If it was a web interface using php, then you can setup a similar system on your Windows machine using the php application from the linux box. They are _mostly_ compatible.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Migrating MySql from Debian to Windows
June 05, 2014 07:12PM


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.