블로그
- 위암 수술을 받은 환자에서 한약 복용은 생존을 개선한다 ; 2021, 대만 코호트 방법 및 자료 The cohort sampling data set was obtained from the Registry of Catastrophic Illness Patient Database , a research database of patients with severe illnesses from the National Health Insurance Research Database
- AI로 Time tracker 만들기 timer. i can see where my time has gone with any level of anlaysis in the dashboard. this sould have database at the backend - and a 4 digit PIN that i can set initially to make sure only i can access it.
- oracle xe 8080 port change Connect to the database using SQL*Plus: SQLPLUS /NOLOG. Connect to the database as the SYSTEM user, using the password you set during installation: CONNECT SYSTEM
- Django 에러 "database connection isn't set to UTC" "database connection isn't set to UTC" 잉? 데이터베이스를 연동해두긴 했지만..
- MySQL 테이블 및 데이타베이스 이름 대소문자 구분 설정 MySQL 에서 database(Ex: testdb) 를 생성하면 다음 순서로 진행된다. my.cnf 에 설정된 datadir 경로에 database 이름의 directory 생성 해당 database 내에 table 생성시 table명으로 파일이 생성된다.
- Ms Sql 프로시저 변경 이력 트리거 생성 CREATE TRIGGER TRG_SPLOG ON DATABASE FOR CREATE_PROCEDURE, ALTER_PROCEDURE, DROP_PROCEDURE, CREATE_VIEW CREATE_FUNCTION, ALTER_FUNCTION, DROP_FUNCTION, CREATE_TRIGGER, ALTER_TRIGGER, DROP_TRIGGER AS DECLARE @DATA XML SET
- mysql 비밀번호 변경 시 ERROR 1046 (3D000): No database selected /mysql -uroot -p 명령어로 mysql 모니터에 접속해서 처음에 부여받은 기본 비밀번호를 바꿔야 하는데 update user set password=password('바꿀 비밀번호') where user='root'; 이 명령어를 입력하면 ERROR 1046 (3D000): No database selected 이 에러가 발생 그래서 구글링을 했더니
- MySQL 데이터베이스 생성 및 삭제 mysql> SHOW DATABASES; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | phpmyadmin | +--------------------+ 3 rows in set (0.00 sec) 저 같은 경우 3개의 디비가 만들어져있습니다.
- <in-situ>, FastBit: An Efficient Compressed Bitmap Index Technology It offers a set of searching functions supported by compressed bitmap indexes. It treats user data in the column-oriented manner similar to well-known database management systems such
- DATABASE CHARACTER SET 변경 하는 방법 또는 다른 character set (오라클 참조) ALTER DATABASE CHARACTER SET AL32UTF8; -- 혹시 superset 이 틀리다는 오류가 나면 아래 처럼 ALTER DATABASE CHARACTER SET I.......
1 페이지
다음 →