[PostgreSQL] 데이터베이스 연결 수 확인 쿼리 select * from(select count(*) used from pg_stat_activity) q1,(select setting::int res_for_super from pg_settings where name=$$superuser_reserved_connections$$) q2,(select setting::int max_conn from pg_settings where name=$$max_connections$$) q3;
[PostgreSQL] the environment variable comspec does not seem to point to the cmd.exe There has been an error. The environment variable COMSPEC does not seem to point to the cmd.exe or there is a trailing semicolon present. Please fix this variable and restart installation. PostgreSQL 설치 중 위와 같은 오류가 나왔을 때 해결방법 https://babyadventure.tistory.com/57 Windows 11 PostgreSQL 설치 오류PostgreSQL을 공부하기 위해 공식 홈..
[SQL Server] How to change MSSQL Server data folder on Linux # stop the mssql server servicesystemctl stop mssql-server# make your own new mssql data folder and log foldermkdir /data/mssql/datamkdir /data/mssql/log# check the mssql binary pathls /opt/mssql/bin# change the mssql data foldersudo /opt/mssql/bin/mssql-conf set filelocation.defaultdatadir /data/mssql/data# change the mssql log folder..
[SQL Server] How to use MSSQL Server custom port on Linux # Default port is 1433 # I will set 1434 on port sudo /opt/mssql/bin/mssql-conf set network.tcpport 1434 # And restart mssql-server service. systemctl restart mssql-server
[MariaDB] MariaDB can't create test file lower-test Linux에서 MariaDB를 설치한 후 데이터 저장 폴더 경로를 변경하는 과정에서 MariaDB can't create test file lower-test 라는 오류 메세지와 함께 MariaDB 서비스가 시작되지 않는 경우가 있다. 원인은 리눅스 서비스파일 설정에 home 폴더 경로에 대한 권한을 막는 기능이 MariaDB 서비스 파일에 추가되어있고, 필자의 경우 데이터 저장 경로를 home 폴더 하위의 폴더로 변경했기 때문에 이런 오류가 발생했다. vim /usr/lib/systemd/system/mariadb.service # Prevent accessing /home, /root and /run/user..
[SQL Server] MSSQL CLI Backup https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-backup-and-restore-database?view=sql-server-ver15 Backup and restore SQL Server databases on Linux - SQL ServerLearn how to backup and restore SQL Server databases on Linux. Also learn how to backup and restore with SQL Server Management Studio (SSMS).learn.microsoft.com Linux backup sh 파일 설정dateTimeString..
MariaDB 비밀번호 분실한 경우 새 비밀번호 생성 1. 서비스 정지 systemctl stop mariadb 2. mariadb 안전모드 실행 sudo /usr/bin/mysqld_safe --skip-grant & [root@localhost ~]# 190530 21:30:25 mysqld_safe Logging to '/var/lib/mysql/localhost.localdomain.err'. 190530 21:30:25 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql 3. 안전모드로 접속해서 root계정 비밀번호 변경 mysql -uroot mysql MariaDB [mysql]> update user set passw..
CentOS 7에서 MariaDB 10.3 설치하기 예전에 설치해둔 MariaDB를 사용할려는데 버전 너무 낮아 문제가 생겼다. 최근 안정화 버전으로 설치하려니 yum repository 설정을 해줘야 한다. https://downloads.mariadb.org/mariadb/repositories/ 공식홈페이지에 리눅스 환경별 각각에 맞는 repository 설정 방법을 안내해주고 있다. /etc/yum.repos.d/MariaDB.repo 파일을 생성하고 sudo vi /etc/yum.repos.d/MariaDB.repo 공식홈페이지에서 안내해주는 설정 내용을 복사해서 붙여넣자. # MariaDB 10.3 CentOS repository list - created 2019-05-30 12:15 UTC..
- Total
- Today
- Yesterday
- jQuery
- JSP
- dotnet core
- Fedora
- php
- express
- egov
- Java
- MySQL
- eGovFrame
- egoverment
- Linux
- 자바
- .NET Core
- ubuntu
- 하이원
- CentOS
- MariaDB
- DART
- 전자정부
- 이클립스
- c#
- Entity Framework Core
- Flutter
- Eclipse
- Windows
- asp.net core
- Spring
- high1
- 스프링
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |