DB-유

Posts

2026-01-10-test

2026-01-16

# Directadmin With a Mail Proxy Mail proxy setup to have a common that proxies IMAP and SMTP connections to the appropriate DA servers. ## Overview When running multiple DirectAdmi…

how-to-disable-sql-server-sa-account

2019-08-10

sql_adminsql -- Create a new login with SQL Server authentication CREATE LOGIN [sql_admin] WITH PASSWORD = 'YourStrongPassword123!'; -- Add the login to the sysadmin server role AL…

how-to-change-mysql-root-password

2017-09-30

bash mysql -u root -p sql ALTER USER 'root'@'localhost' IDENTIFIED BY 'NewPassword'; sql FLUSH PRIVILEGES; sql EXIT; caching_sha2_passwordsql ALTER USER 'root'@'localhost' IDENTIFI…