MySQL Workbench, a free, open source, powerful GUI tool for working on MySQL/MariaDB local or remote

preview_player
Показать описание
MySQL Workbench is a free, open source, amazing and powerful GUI tool for working with MySQL / MariaDB databases, either locally or via a remote server. If you've every seen or used Microsfot SQL Server Management System (SSMS), then you'll love the look and ease of use in MySQL Workbench.

=== Links ===
MySQL Workbench Main page

MySQL Workbench Community Download

Show Notes

=== Timestamps ===
00:00 Beginning
00:10 Introduction to MySQL Workbench
02:00 Download MySQL Workbench Community
03:20 Installatioin via Terminal - Ubuntu
05:00 MySQL Workbench - First Run
06:45 MySQL Workbench - Interface Run Through
08:50 Querying Data
12:35 Settings (Important Note)
15:20 Conclusion and Thanks to my Patreon Patrons and Subscribers

=== Contact ===
Twitter: @mickintx
Telegram: @MickInTx

Try out SSDNodes VPS Services! Amazing Specs for incredibly low costs. I'm running a 32 GB RAM / $ CPU Server for only $9 a month! Seriously. FOr long term server usage, this is the way to go!

Get a $50.00 credit for Digital Ocean by signing up with this link:

Use Hover as your Domain Name Registrar to get some great control over you domains / sub-domains:

Support my Channel and ongoing efforts through Patreon:

What does the money go to?
To Pay for Digital Ocean droplets, donations to open source projects I feature, any hardware I may need to purchase for future episodes (which I will then give to a subscriber in a drawing or contest).

=== Attributions ===
Рекомендации по теме
Комментарии
Автор

I like the option where you can safe the queries, it helps speed up things, I work for a Software company and this what we use from the Tech team.

dinocitozi
Автор

I’m just learning to code, but aiming at launching my own LMS managing other stores and affiliates. I can tell this will be an invaluable tool for importing and managing multiple databases. Thank you for this video and heads up about MySQL workbench

danlegend
Автор

Hey!
Where can I see a database that was created with Mysql? I mean not the codes, but the final user interface like a secretary at a school or the employee responsible for inventory control.

jorgeluizjr.
Автор

Is there any open source code generation tool for MySQL which will take the database connection details and will do all the scaffolding necessary to generate basic php files for CRUD data operations?

RuturajPatki
Автор

noob question: do I need to have a d.e. installed or x11VNC or another VNC on a headless server in order to use a GUI app?

lechsiz
Автор

it would be be nice looking at it from the client side. I want to make a simple database for a friend but I don't think he would understand all this stuff. Maybe I am missing something but I don't understand why all tutorials on mysql don't show you the final result from the perspective of someone that doesn't know anything about programming.

alpacamale
Автор

dpkg: error processing package mysql-workbench-community (--install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for shared-mime-info (1.15-1) ...
Errors were encountered while processing:
mysql-workbench-community


it gives me this error when i try to run the command "sudo dpkg -i ..."

I've done the "sudo apt install -f", but it didn't worked.

Anrw