Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at http://www.innodb.com/ibman.html
050409 0:36:30 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
050409 0:36:30 /usr/libexec/mysqld: Normal shutdown
책보면서 인터넷 찾아가면서 열심히 해보구는 있는뎅..제가 워낙에 리눅스 초짜라...잘안되네요... 우선..포트 확일해봤는데요..
# telnet localhost 143
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
이렇게 나오네요...포트가막힌건가요? 110번도 똑같구요..
포트 여는 방법좀 가르쳐 주세요...급합니다..
참고로 제가 무지 초짜이니..최대한 상세하게 가르쳐 주세요..
이런건 당연히 알겠지 싶은것
:/etc/apache2# /etc/init.d/apache2 restart
Forcing reload of web server: Apache2 ... no pidfile found! not running?[Fri Apr 08 20:50:20 2005] [warn] module php4_module is already loaded, skipping
(98)Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
현재는 Fedora Core 3를 설치하여 사용중입니다.
이전에 Fedora Core 2에서는 nabi와 imhangul을 설치해서
anjuta에서 한글 입력이 가능했었는데,
Fedora Core 3에서는 일단 imhangul이 설치되면, system이 이상해 지면서 nabi도 동작을 안하게 되더군요.
imhangul을 설치하지 않으면 anjuta에서는 무슨 이유에서인지 nabi만 설치해서는 한글 입력이 안됩니다.
Fedora Core 3에 설치된 anjuta에서 한글 입력방법을 알고 계신분 도와주십시요.