본문 바로가기

데이터베이스34

외부접속 설정 설정전에 읽어봐야 할글https://smecsm.tistory.com/197 (MongoDB) Window에서 MongoDB 4. x 설치 후 추가 설정까지 완벽 정리보통 많은 설치 방법으로 나와있는 경우는 2.x 버전, 3.x 버전, 2.4 버전 전후 등으로 많이 알려져 있습니다. 알려져 있는 방법들을 보다보면, 어떨때는 mongod를 사용하고, 아니면 mongo만 사용하여 Monsmecsm.tistory.com 1. 서비스 삭제관리자 권한으로 커맨드창 실행후 삭제sc.exe delete MongoDBmongod --remove2. 메모장 관리자 권한으로 실행C:\Program Files\MongoDB\Server\8.0\bin\mongod.cfg- 바인드 아이피부분 변경 : 실사용시 해당 환경에 맞게.. 2024. 12. 19.
몽고디비 https://www.mongodb.com/ MongoDB: 개발자 데이터 플랫폼업계를 선도하는 모던 데이터베이스를 토대로 구축된 애플리케이션 데이터 플랫폼을 사용해 아이디어를 더욱 빠르게 실현하세요. MongoDB는 데이터를 손쉽게 처리할 수 있도록 지원합니다.www.mongodb.com가입시 클라우드를 사용가능하지만 로컬에 설치하자https://www.mongodb.com/try/download/community Try MongoDB Community EditionTry MongoDB Community Edition on premise non-relational database including the Community Server and Community Kubernetes Operator for .. 2024. 12. 19.
FUNCTION XXX.old_password does not exist https://mytory.net/archives/3120 [MySQL] PASSWORD() 함수의 결과값이 달라졌을 때 (MySQL 4.1부터 달라짐) MySQL 버전이 4.1대로 넘어오면서 MySQL 함수인 PASSWORD()의 암호화 방법이 달라졌다고 한다. 이전의 PASSWORD() 함수는 16자리 결과물(해시값)을 내놓는 데 반해 새로운 PASSWORD() 함수는 41자리 결과물 mytory.net 없어졌다 함수가 function old_password($password) { $nr=0x50305735; $nr2=0x12345671; $add=7; $charArr = preg_split("//", $password); foreach ($charArr as $char) { if (($char ==.. 2023. 12. 13.
서버이전후 ONLY_FULL_GROUP_BY ONLY_FULL_GROUP_BY 문제 기존 개발자의 쿼리가.... 그렇다고 다바꿀 시간이 없다 지금은 show variables like 'sql_mode' 작성시 현재 적용되어있는 모드가 나온다 vi /etc/my.cnf [mysqld] sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION 설정후 재시 2023. 12. 13.
The server requested authentication method unknown to the client https://stackoverflow.com/questions/43437490/pdo-construct-server-sent-charset-255-unknown-to-the-client-please-rep PDO::__construct(): Server sent charset (255) unknown to the client. Please, report to the developers I'm trying to connect to a MySQL database from Symfony 3 application. But when trying to create MySQL schema from a Symfony console command I get this error: PDO::__construct(): Se.. 2023. 5. 8.
PHP에서 MSSQL사용을위한 드라이버설치 SQLSRV https://www.php.net/manual/en/book.sqlsrv.php PHP: SQLSRV - Manual There are no user contributed notes for this page. www.php.net https://learn.microsoft.com/en-us/sql/connect/php/microsoft-php-driver-for-sql-server?redirectedfrom=MSDN&view=sql-server-ver16 Microsoft Drivers for PHP for SQL Server - PHP drivers for SQL Server The Microsoft Drivers for PHP for SQL Server enable integration with S.. 2023. 5. 2.
Your password does net satisfy the current policy requirements show variables like 'validate_password%' validate_password.check_user_nameON validate_password.dictionary_file validate_password.length8 validate_password.mixed_case_count1 validate_password.number_count1 validate_password.policyMEDIUM validate_password.special_char_count1 policy가 MEDIUM으로 되어있는것을 확인할수 있다. set global validate_password.policy=LOW; 변경후 진행 2021. 5. 7.
현재시간 기본값설정 : CURRENT_TIMESTAMP 예전버전의경우 datetime형 default값 설정에 NOW()가 사용가능했다 하지만 최근에는 DEFAULT CURRENT_TIMESTAMP 를 사용한다. CURRENT_TIMESTAMP 2020. 5. 15.
컴퓨터에 api-ms-win-crt-runtime-l1-1-0.dll이(가) 없어 프로그램을 시작할 수 없습니다. 컴퓨터에 api-ms-win-crt-runtime-l1-1-0.dll이(가) 없어 프로그램을 시작할 수 없습니다. 프로그램을 다시 설치하여 이 문제를 해결하십시오. https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Cookies are disabled Please enable cookies and refresh the page support.microsoft.com 재배포가능패키지 다운받아서 설치 설치중 오류가발생 그래서 VisualStud.. 2020. 3. 6.