Alternative for MySQL Workbench

2

Well, I currently use the MySQL Workbench software to make my scripts, I wanted a lighter program, does anyone know / could give me some alternatives?

I do not want PHPMYADMIN

Note: I'm developing with PHP - I do not know if that influences a lot.

    
asked by anonymous 15.03.2017 / 17:05

2 answers

1

I use SQLYog in my service, it gets paid and you can try a TRIAL version here: link

I've also used NAVICAT , I think Yog has more interesting options, but Navicat works better with some table selections. Also paid, trial here: link

If you are looking for free software, one that I've used and recommend is ToadSQL (ToadWorld), I use it a lot because of the option to query multiple banks (very interesting option for those who own several banks for different clients). You can download it by searching for "ToadSQL", there are some options and also documentation, so I suggest you browse their website.

    
17.03.2017 / 00:48
1

If you use MacOS, do not hesitate to Sequel Pro .

  • Is native to MacOS
  • Made exclusively for MySQL
  • If you mess with permissions, you have an excellent UI for it
  • It's open source and free
  • If you do not use MacOS or are accustomed to JetBrains IDEs, go with DataGrip . It is well priced but is very full. If it's for educational use, just send a request to get the entire JetBrains package for 1 year (in my case).

  • It gives you the ability to work with multiple DBMSs
  • If you like, it has a great auto-complete
  • Give you insights for query optimization
  • A pro for some and against others: it's JetBrains
  • 29.01.2018 / 11:30