Solaris에 기본설치되어있는 mysql setup 하기

Solaris 2008. 5. 8. 16:07 posted by CecilDeSK
반응형
솔라리스에서 번들로 설치되어있는 mysql의 설정.
/etc/sfw/mysql/README.solaris.mysql 에 설정하는 방법이 있다.


To use mysql a number of post-install procedures need to be made by root.

The following steps are derived from the mysql manual (manual.ps, manual.txt or
manual_toc.html) found in the /usr/sfw/src/mysql/Docs directory.

Initialise the database tables.

# /usr/sfw/bin/mysql_install_db

Create mysql user and group and change data directory group.

# groupadd mysql
# useradd -g mysql mysql
# chgrp -R mysql /var/mysql
# chmod -R 770
# installf SUNWmysqlr /var/mysql d 770 root mysql

MySQL reads configuration files from different places in the following order.

Filename Purpose
--------- ---------
/etc/my.cnf Global options

DATADIR/my.cnf Server-specific options

To use mysql a number of post-install procedures need to be made by root.

The following steps are derived from the mysql manual (manual.ps, manual.txt or
manual_toc.html) found in the /usr/sfw/src/mysql/Docs directory.

Initialise the database tables.

# /usr/sfw/bin/mysql_install_db

Create mysql user and group and change data directory group.

# groupadd mysql
# useradd -g mysql mysql
# chgrp -R mysql /var/mysql
# chmod -R 770
# installf SUNWmysqlr /var/mysql d 770 root mysql

MySQL reads configuration files from different places in the following order.

Filename Purpose
--------- ---------
/etc/my.cnf Global options

DATADIR/my.cnf Server-specific options

defaults-extra-file The file specified with
--defaults-extra-file=path

~/.my.cnf User-specific options

Optionally copy a mysql daemon configuration file to configuration directory.
Note there are other configuration profiles available.
For default solaris installation DATADIR is /var/mysql.

# cp /usr/sfw/share/mysql/my-medium.cnf /var/mysql/my.cnf

Start mysql daemon by hand
# /usr/sfw/sbin/mysqld_safe --user=mysql &

Optionally perform the following steps for automatic start and stop of
mysql daemon at boot and shutdown.

Link boot time start up script from rc3.d and rc[012S].d
# ln /etc/sfw/mysql/mysql.server /etc/rc3.d/S99mysql
# ln /etc/sfw/mysql/mysql.server /etc/rc0.d/K00mysql
# ln /etc/sfw/mysql/mysql.server /etc/rc1.d/K00mysql
# ln /etc/sfw/mysql/mysql.server /etc/rc2.d/K00mysql
# ln /etc/sfw/mysql/mysql.server /etc/rcS.d/K00mysql


반응형
반응형
간혹 Solaris 업데이트시 수동업데이트를 요구하는 경우가 있다.

이럴때는 smpatch update 명령이 아닌

smpatch add -i 121431-22 <== "x86 5.10_x86: Live Upgrade Patch 패치가 최근 이같은 경우에 해당된다"

위와 같은 방법으로 실행해주면 된다.

되도록 시스템과 관련이 깊은 패치는 Single mode에서 실행하는것이 좋다

init S 로 싱글모드로 실행후 패치 설치..
반응형
반응형
Adobe Robohelp 7.0 설치시 발생하는 오류

Error 1324.The path Portugu?(Portugal).clx contains an invalid character.

라는 메세지와 함께 윈도우 인스톨러가 에러를 발생시킬때

제어판 "국가 및 언어 옵션"에서 "한국어" 를 "영어"로 고친후 재부팅하고 설치뒤 다시 "한국어"로 고친다



PS 위 에러는 지역설정이 Default가 영어가 아닐때 발생한다.
반응형

F-Vmonde utility deactivates Virtumonde adware

Windows 2008. 4. 24. 22:23 posted by CecilDeSK
반응형
Virtumonde 전용 제거기 입니다.

C:WINDOWSsystem32rqRHawus.dllWin32/Adware.Virtumonde application
C:WINDOWSsystem32rqRHawus.dllWin32/Adware.Virtumonde application
감염되면 주로 이런류의 화일들이 생성 되고 Winlogon.exe와 lass.exe explorer.exe 등에 감염되어 하드디스크를 지속적으로 읽고 System32디렉토리에 화일들이 지속적으로 생성됩니다.

f-vmonde.zip화일을 다운로드 받아 실행하면 제거 가능하고 남은 잔존 화일은 직접 지워주면 됩니다.

www.f-secure.com에서 제공하는 화일로 간혹업데이트 되니 ftp://ftp.f-secure.com/anti-virus/tools/f-vmonde.zip가장 최신판은 여기서 얻을수있습니다.

Nod32 에서는 Win32/Adware.Virtumonde 로 검색됩니다.
반응형