Does anyone know how to tell me some program to manage database > in Windows?
On Mac I use one called Sequel Pro , however it is Mac only.
Does anyone know of any similarities?
Does anyone know how to tell me some program to manage database > in Windows?
On Mac I use one called Sequel Pro , however it is Mac only.
Does anyone know of any similarities?
There is an extensive list of software that can be used for this purpose, both possible to be installed on the machine and installed on the server, allowing you to manage your database from any #
php and is very common to be seen in web hosting and is also easily installed in your environment
One of the most used is phpmyadmin .
I also use Workbench
You have the MySQL Workbeanch developed by Oracle. I believe it is the most used, since Oracle is the owner of MySQL. It has several graphical features. You can, for example, draw the MER and then export to sql. It is also possible to reverse engineer an sql and generate MER (and vice versa), as well as support querys.
I also know SQLYog that is quite robust and PHPMyAdmin that runs within the server