네이밍 조건64 character in a lengthRecommend to have FQDNConsists of a-z,A-Z, 0-9, “-”, “_” and “.” only 1. nmtui - 명령 창에서 "nmtui" 실행 - "systemctl restart systemd-hostnamed" 실행 2. hostnamectl - "hostnamectl set-hostname [변경 할 hostname]" 실행 - "hostnamectl status" 명령으로 상태 확인 3. nmcli - "nmcli general hostname [변경 할 hostname]" 실행 - "systemctl restart systemd-hostnamed" 실행 - "nmcli general hostname" 명령으로..
warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC. MFC 사용 시 멀티바이트는 지원하지 않을거라는 경고이다. 아래의 방법 중 하나로 정의해주면 컴파일 시 경고를 없앨 수 있음. - stdafx.h 와 같은 헤더파일에 "#define NO_WARN_MBCS_MFC_DEPRECATION"으로 정의 - [프로젝트 속성 - C/C++ - 전처리기 - 전처리기 정의]에 NO_WARN_MBCS_MFC_DEPRECATION 추가
I needed to edit /usr/lib/systemd/system/mysqld.service and addLimitNOFILE=infinity LimitMEMLOCK=infinityThen run systemctl daemon-reload and systemctl restart mysql.service.Now the variable is capped at 65536 for some reason unknown, but I can live with that for now.Found this at http://unix.stackexchange.com/questions/152186/mysql-max-open-files-more-than-1024#answer-157910 출처: http://dba.stac..
1. 모든 IP 설정insert into mysql.user (host,user,password,ssl_cipher,x509_issuer,x509_subject) values('%','[user id]',password('[user password]'),'','','');grant all privileges on *.* to '[user id]'@'%';flush privileges; 2. IP 지정insert into mysql.user (host,user,password,ssl_cipher,x509_issuer,x509_subject) VALUES ('123.123.%','[user id]',password('[user password]'),'','','');grant all privileges on..
1. 연결mysql -u [user id] -p mysql 2. db 생성create database [database name]; 3. table 및 user 생성 및 user 할당grant all privileges on [database name].* to [user id]@localhost identified by '[password]' with grant option; 4. user 생성 확인use mysql;select * from user; 5. 연결mysql -u [user id] -p [database name] [root@build-test FlowAgent]# mysql -u root -p mysqlEnter password:Reading table information for com..
1. consolupdate user set password=password('[change password]') where user='[user id]'; mysql> update user set password=password('xxxxxx') where user='root';Query OK, 4 rows affected (0.05 sec)Rows matched: 4 Changed: 4 Warnings: 0mysql> quitBye[root@test /]# mysqladmin -u root -p reloadEnter password:[root@test /]# 2. command # mysqladmin -u [user id] -p password '[change password]' [root@test ..
mysql -u [user id] -p [db name] [root@build-test FlowAgent]# mysql -u root -p mysqlEnter password:Reading table information for completion of table and column namesYou can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 17Server version: 5.6.34 MySQL Community Server (GPL) Copyright (c) 2000, 2016, Oracle ..
Hyper-v 에서 NAT 설정 및 인터넷 사용하기 Hyper-v의 가상 스위치 관리자에서 "내부 네트워크"를 추가한다. 네트워크 장치 추가 확인 인터넷 사용 중인 장치에서 "인터넷 연결 공유" 설정 가상 장치에서 IP를 고정으로 사용 할 때 아래와 같이 설정 가상장치에서 네트워크 추가 추가로 인터넷 연결 공유 시 default IP를 변경하고 싶으면 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters]위치의 ScopeAddress 의 값을 변경하면 된다.(Windows 10 기준)서브넷은 변경 안 되는 듯... 끝!
mysql client에서 server로 쿼리 전송 시 전송크기가 크면 아래 오류 발생 state:08S01, native:2006, msg:[MySQL][ODBC 5.2(w) Driver][mysqld-5.6.25-enterprise-commercial-advanced-log]MySQL server has gone away - 해결 방안 -mysql 실행 중 쿼리를 통해 설정 SET GLOBAL max_allowed_packet = 1024 * 1024 * 64; SET SESSION max_allowed_packet = 1024 * 1024 * 64; 또는 mysql 설정 파일 수정(mysql 실행 시 적용) [mysqld]max_allowed_packet = 64M 쿼리를 통해 설정하게 되면 mys..
class의 멤버 함수에서 thread 실행 시 에러 함수에서 thread 실행 후 그냥 함수가 종료 될 경우 아래와 같은 에러가 발생[root@TMSA thread]# ./threadterminate called without an active exception중지됨 thread 실행 후 join 또는 detach 로 핸들링 해야함.#include#include#include#include class MyClass{std::mutexmtx_count;intiCount;public :MyClass(){iCount = 0;}~MyClass(){} int getCount(){return iCount;} void workThread(int iIdx){while(1){mtx_count.lock();iCount+..
- Total
- Today
- Yesterday
- noipath
- physicaldisk
- firewall-cmd service
- pfctl
- aix ld
- 물리디스크
- Ignoring CMAKE_OSX_SYSROOT value
- _stats
- pf.anchors
- virtualbox
- postgresql11
- CMAKE_OSX_SYSROOT
- _status
- vgcreate
- lvm 늘리기
- 센트6
- ld 옵션
- yum
- 파티션 추가
- CLion
- install
- CentOS
- update
- lvremove
- Repository
- mirrorlist
- centos7
- linux
- aix compile
- fielddata
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |