database.sarang.net
UserID
Passwd
Database
DBMS
ㆍMySQL
PostgreSQL
Firebird
Oracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
MySQL Q&A 23799 게시물 읽기
No. 23799
innodb table space문제입니다
작성자
dddars
작성일
2005-05-23 17:20
조회수
1,799

my.cnf에 innodb space에 대한 정의를 해줬는데도 불구하고 ibdata1 파일이 10메가 짜리로 생깁니다.

 

[my.cnf]

.

.

.

innodb_data_home_dir = /db/dbdata/

innodb_data_file_path = ibdata1:700M;ibdata2:700M;ibdata3:700M;ibdata4:700M;ibdata5:700M;ibdata6:700M;ibdata7

:700M;ibdata8:700M;ibdata9:700M;ibdata10:700M;ibdata11:700M;ibdata12:700M;ibdata13:700M;ibdata14:700M;ibdata1

5:700M;ibdata16:700M;ibdata17:700M;ibdata18:700M;ibdata19:700M;ibdata20:700M;ibdata21:700M

.

.

 

어디를 확인해 봐야 하나요?

이 글에 대한 댓글이 총 1건 있습니다.

my.cnf 가 적용이 안된것 같은데요..  체크해 보세요..

============================================================

On Windows, MySQL programs read startup options from the following files:

Filename Purpose
WINDIR\my.ini Global options
C:\my.cnf Global options

WINDIR represents the location of your Windows directory. This is commonly C:\Windows or C:\WinNT. You can determine its exact location from the value of the WINDIR environment variable using the following command:

C:\> echo %WINDIR%

On Unix, MySQL programs read startup options from the following files:

Filename Purpose
/etc/my.cnf Global options
DATADIR/my.cnf Server-specific options
defaults-extra-file The file specified with --defaults-extra-file=path, if any
~/.my.cnf User-specific options

DATADIR represents the location of the MySQL data directory. Typically this is /usr/local/mysql/data for a binary installation or /usr/local/var for a source installation. Note that this is the data directory location that was specified at configuration time, not the one specified with --datadir when mysqld starts. Use of --datadir at runtime has no effect on where the server looks for option files, because it looks for them before processing any command-line arguments.

이경환(babocom)님이 2005-05-25 10:54에 작성한 댓글입니다.
이 댓글은 2005-05-25 10:56에 마지막으로 수정되었습니다.
[Top]
No.
제목
작성자
작성일
조회
23802mysql의 log-slow-queries에 대한 질문입니다. [4]
BirdShim
2005-05-24
1203
23801MySQL 인스톨 에러요 ㅠㅠ [1]
차영경
2005-05-24
945
23800[tip] mysql 4.1.12 에서 jdbc 한글 연동 방법
오재우
2005-05-23
2151
23799innodb table space문제입니다 [1]
dddars
2005-05-23
1799
23798xp_sp2환경의 asp에서 mysql 사용시 에러 문의...
김민혁
2005-05-23
2370
23797공백 입력될 경우 [3]
2005-05-23
1638
23796쿼리 튜닝 문의입니다. [3]
이기명
2005-05-22
4091
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.018초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다