No Image

MySQL Shell Dump & Load part 4: Dump Instance & Schemas

2020-08-07 KENNETH 0

MySQL Shell Dump & Load part 4: Dump Instance & Schemas MySQL Shell 8.0.21 comes with two utilities which can be used to perform logical dumps of all the schemas from an instance (util.dumpInstance()) or selected schemas (util.dumpSchemas()). These tools offer major performance improvements over the mysqldump utility, some of our benchmarks show a throughput up to 3GB/s!… Facebook Twitter LinkedIn Source: MySQL Shell Dump & Load part 4: Dump Instance & Schemas

[한국어 기술 백서] AWS 기반 현대적 애플리케이션 및 딥러닝 프로젝트

2020-08-07 KENNETH 0

[한국어 기술 백서] AWS 기반 현대적 애플리케이션 및 딥러닝 프로젝트 AWS에서는 심도 높은 기술 내용을 담은 기술 백서(White Paper)를 주기적으로 공개하여, 더 세부적인 공부를 하시는 분들에게 정보를 제공하고 있습니다.  기술 백서, 기술 안내서 등은 수 십페이지 정도로 짜임새 있는 정보를 제공하고 있어 전자 문서 (HTML 혹은 PDF) 혹은 인쇄해서 읽어 보셔도 좋습니다. 이 중 일부는 한국어 번역본으로도 제공되고 있습니다. 2020년 7월 현재 60여개가 넘는 주요 기술 백서가 번역되어 있으며, 일부는 조금 오래된 문서도 있지만 기본적인 내용을 공부하기에 좋습니다. 오늘은 최근에 높은 관심을 보이고 있는 두 가지 주제에 대한 최신 기술 백서의 한국어 버전을 공개합니다. ■ AWS 기반 현대적 애플리케이션 개발 최근 기업들은 갈수록 글로벌화되고, 만드는 제품은 갈수록 디지털화되고 있습니다. 클라우드 인프라, 모바일 앱, 빅 데이터 파이프라인, 소셜 미디어 등의 디지털 제품은 애플리케이션 개발에 영향을 미치며, 기업에 전례 없는 변화 속도를 요구하고 있습니다. 비즈니스 리더들은 이러한 속도를 실현하기 위해 디지털 시대의 [ more… ]

No Image

USN-4451-2: ppp vulnerability

2020-08-06 KENNETH 0

USN-4451-2: ppp vulnerability USN-4451-1 fixed a vulnerability in ppp. This update provides the corresponding update for Ubuntu 12.04 ESM and Ubuntu 14.04 ESM. Original advisory details: Thomas Chauchefoin discovered that ppp incorrectly handled module loading. A local attacker could use this issue to load arbitrary kernel modules and possibly execute arbitrary code. Source: USN-4451-2: ppp vulnerability

No Image

New Consistency for Datafile Locations in MySQL 8.0.21

2020-08-06 KENNETH 0

New Consistency for Datafile Locations in MySQL 8.0.21 When you create a general tablespace in MySQL 8.0, you can choose the directory where the associated datafile is created. CREATE TABLESPACE tablespace_name ADD DATAFILE ‘/my/table/space/dir’; However, that directory must be known to InnoDB. Known directories are defined by the following settings: datadir,  innodb_data_home_dir,  innodb_undo_directory  &  innodb_directories.… Facebook Twitter LinkedIn Source: New Consistency for Datafile Locations in MySQL 8.0.21

No Image

Improvements to Undo Truncation in MySQL 8.0.21

2020-08-06 KENNETH 0

Improvements to Undo Truncation in MySQL 8.0.21 Undo Tablespaces can be truncated either implicitly or explicitly in MySQL 8.0. Both methods use the same mechanism. This mechanism could cause periodic stalls on very busy systems while an undo tablespace truncate completes. This problem has been fixed in MySQL 8.0.21.… Facebook Twitter LinkedIn Source: Improvements to Undo Truncation in MySQL 8.0.21