그냥 쓰셔도 될 듯 하군요 저도 초보라서 ^.^
그리고 패키지로 설치하시면 한글지원이 안된다고 하더군요...
저의 경우는 그냥 소스로 설치했어요...
그리고 mysql구동시키시고(아마 패키지로 설치하셨으니
그냥 mysql명령 내리면 될겁니다.)
그리고 초기에는 root 패스워드 없이 접속하는데 패스워드를 설정해주시는게
좋을듯...패스워드 설정은 mysql데이터베이스에서 설정해주시면 됩니다.
그럼 이만....
: Mysql 을 깔라고 합니다
: 인터넷상에 설치하기가 많이 있는 데 가장 쉬운 방법인
: rpm으로 깔라고 하거군요 그래서 설치를 시작했습니다...
: root의 권한으로 설치를 하여습니다
:
: [root@dns Mysql]# rpm -Uvh MySQL-3.23.12c-1.i386.rpm
: MySQL ##################################################
: Creating db table
: Creating host table
: Creating user table
: Creating func table
: Creating tables_priv table
: Creating columns_priv table
:
: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
: This is done with:
: /usr/bin/mysqladmin -u root password 'new-password'
: See the manual for more instructions.
: Please report any problems with the /usr/bin/mysqlbug script!
: The latest information about MySQL is available on the web at http://www.mysql.com : Support MySQL by buying support/l
: icenses at http://www.tcx.se/license.htmy. : /usr/bin/safe_mysqld: print_defaults: command not found Starting mysqld d
: aemon with databases from /var/lib/mysql [root@dns Mysql]# rpm -Uvh MySQL-client-3.23.12c-1.i386.rpm
: MySQL-client ##################################################
: [root@dns Mysql]# rpm -Uvh MySQL-devel-3.23.12c-1.i386.rpm
: MySQL-devel ##################################################
:
: 이렇게 나왔습니다... 제대로 된건가요????
: 그리고 더이상 작업은 필요없이 쓰기만 하면 되는 지요// 소스로 깔면 usr/local에 방이
: 생기고 그러는데 rpm은 그런것도 없이 그냥 쓰면되는지도 모르겠어요
: 이것으로 끝난건가요... 처음으로 하는거라 어떻게 해야는 지 모르겠어요.....
: 알려주세요....
: 고수님!!!