Databases

Windows Server 2008 Robot Ad Wallpapers1920x1200 2 Apps Directories - ⚠️ SQL server: Terminate database connections

⚠️ SQL server: Terminate database connections

Each application taht uses your SQL Server database creates a connection on the database and this connection continues unless the session is killed or terminated privately within the application. A similar connection is established even for each...

postgre - How to change PostgreSQL superuser password

How to change PostgreSQL superuser password

Here is how to change postgresql superuser password on windows 10. From the terminal: net user postgres postgres From the UI: Right Click on My ComputerSelect ManageClick on local users and groupsThen usersRight-click on the usernameSelect Set...

mongodb - How to allow remote connections to 🍃 MongoDB

How to allow remote connections to 🍃 MongoDB

If you are using MongoDB for development or you are running MongoDB database on the same server as your application, you probably do not want to expose MongoDB to the outside the local network. We can use bindIp option to allow remote access to...

settings - How to change MySQL root Password in CyberPanel

How to change MySQL root Password in CyberPanel

To change MySQL root password in CyberPanel we need to update it’s configuration. CyberPanel stores MySQL root password into two files: /etc/cyberpanel/mysqlPassword/usr/local/CyberCP/CyberCP/settings.py mysqlPassword File contains the MySQL...

exporting data with mysqldump fFlB1140x600 - Backup MySQL with mysqldump

Backup MySQL with mysqldump

mysqldump command line tool is without doubt the most well known way to backup a MySQL database or multiple databases.