Category Archives: DB and DBMS (en)

Postgresql – newbie problems

1) Requires password all the time when starting pgAdmin 4 (which is irrelevant for localhost) Solution: go to C:\Program Files\PostgreSQL\15\pgAdmin 4\web\ make a copy of the file config.py call it config_local.py Change MASTER_PASSWORD_REQUIRED to False 2) By setting the bin … Continue reading

Posted in Postgress (en) | Leave a comment

CMS. Part 1. Who’s who.

CMS (Content management system as content management system / sites) – content management system used to store and publish a large amount of information in different formats.

Posted in CMS (en), DB and DBMS (en), Web Development | Leave a comment

MySQL reference for admin

Most things are more convenient to do through MySQL Workbench. But in order to initially create and configure the database, as well as backup it, a terminal is required. Here are the most essential MySQL terminal commands, without the hassle. … Continue reading

Posted in MySQL (en) | Leave a comment