摘要:        
1. 解决办法 打开数据库,数据库配置文件一般在conf/sonar.properties文件中配置在数据库中执行如下sql,将管理员admin密码重置为admin postgres=# \c sonarqube sonar=# update users set crypted_password =    阅读全文
posted @ 2021-12-28 17:15
代码诠释的世界
阅读(2948)
评论(0)
推荐(0)
        
            
        
        
摘要:        
1. 用户及数据库创建 sudo -u postgres psql # 创建用户postgres=# create user test with password '123456'; # 创建数据库并指定拥有者postgres=# create database testdb owner test;    阅读全文
posted @ 2021-12-28 15:07
代码诠释的世界
阅读(1093)
评论(0)
推荐(0)
        
            
        
        
摘要:        
1. 官网 https://www.postgresql.org/download/linux/ubuntu/ 文档 PostgreSQL: Documentation 2. 安装 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/a    阅读全文
posted @ 2021-12-28 14:42
代码诠释的世界
阅读(1364)
评论(0)
推荐(0)
        
 
                     
                    
                 
                    
                
 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号