Question : I have a postgresql database in Azure The passwd string has special characters like these: )mvd99/iyH_=ag=Por/W}%%aKY^ygt+,sC7%%P?APOU psql –dbname=postgresql://db_user@mydemoserver:)mvd99/iyH_=ag=Por/W}%%aKY^ygt+,sC7%%P?APOU@mydemoserver.postgres.database.azure.com:5432/mydb […]
Tag: password
Designating no password for account in MySQL config file
Question : This is a theoretical question because having a DB account with no password is a terrible idea. Question: […]
MariaDB 10.0.25 installs without configuration
Question : While trying to install MariaDB on Ubuntu 15.10, I issue command $ sudo apt-get install mariadb-server and it […]
Find accounts with passwords that are not complex
Question : I can see all the SQL Login passwords that enforce the password policy with this command SELECT * […]
Function accepts only certain passwords in postgreSQL
Question : I have created a function in a postgreSQL(v10.10) database to create new users or update existing ones. As […]
Merge Replication: Service Account Password Change
Question : Is it possible to change the password of a SQL Server service account that is used for not […]
Do I have to worry that root user can login into MariaDB 10.5 without password
Question : I remember when installing MySQL Server 8.0, or in some database setups, there are warnings about no password […]
Oracle case insensitive passwords seemingly ignoring SEC_CASE_SENSITIVE_LOGON
Question : I’m trying to change the SYS password of an Oracle 11g database to be case-insensitive for legacy application […]
What is the max length of oracle user passwords?
Question : I’m using the Oracle Verify Function 12c – the max password length seem to be < 30 charcters. […]
SQl Server Password Change after installation
Question : I have installed SQL Server 2005, but at the time of installation I forgot to change my password. […]