how to adjust the font size of the schemas window database and table name on the left side of mysql workbench?
ubuntu Mysql workbench, is shown in figure, database name and table name fonts are really too small
you can modify workbench.css directly
cd /usr/share/mysql-workbench
sudo vi workbench.css
if you don't have this directory, you can use the find command to find the file location
sudo find / -name workbench.css
Previous: Mysql Error:ER_NOT_SUPPORTED_AUTH_MODE
PHP Warning: PHP Startup: Unable to load dynamic library mbstring (tried: usr lib php 20170718 mbstring ( usr lib php 20170718 mbstring: cannot open shared object file: No such file or directory), usr lib php 20170718 mbstring.so ( usr lib php...
apt I installed mysql server, with apt and I was not prompted to enter my root password during the installation process, so what is the default? ...