[pal-cvs 3319] [1053] added mysql info

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2008年 7月 10日 (木) 15:47:04 JST


Revision: 1053
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=1053
Author:   shinsuke
Date:     2008-07-10 15:47:04 +0900 (Thu, 10 Jul 2008)

Log Message:
-----------
added mysql info

Modified Paths:
--------------
    pal-portal/docs/ja/installation-guide/trunk/xdocs/navigation.xml

Added Paths:
-----------
    pal-portal/docs/ja/installation-guide/trunk/xdocs/guide-db-mysql.xml


-------------- next part --------------
Added: pal-portal/docs/ja/installation-guide/trunk/xdocs/guide-db-mysql.xml
===================================================================
--- pal-portal/docs/ja/installation-guide/trunk/xdocs/guide-db-mysql.xml	                        (rev 0)
+++ pal-portal/docs/ja/installation-guide/trunk/xdocs/guide-db-mysql.xml	2008-07-10 06:47:04 UTC (rev 1053)
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Copyright 2004 The Apache Software Foundation
+	
+	Licensed under the Apache License, Version 2.0 (the "License");
+	you may not use this file except in compliance with the License.
+	You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<document>
+  <properties>
+    <title>PALポータル インストールガイド</title>
+    <subtitle>データベースの設定について MySQL</subtitle>
+    <authors>
+      <person name="菅谷信介" email="shins****@yahoo*****"/>
+    </authors>
+  </properties>
+  <body>
+    <section name="MySQLでの設定">
+      <p>
+        MySQL をデータベースとして利用する場合、MySQL の設定ファイル /etc/my.conf に文字集合を指定する必要があります。
+        設定内容は以下のように default-character-set で指定します。
+      </p>
+<source><![CDATA[
+[mysqld]
+datadir=/var/lib/mysql
+socket=/var/lib/mysql/mysql.sock
+# Default to using old password format for compatibility with mysql 3.x
+# clients (those using the mysqlclient10 compatibility package).
+old_passwords=1
+default-character-set=utf8
+
+[mysql.server]
+user=mysql
+basedir=/var/lib
+
+[mysqld_safe]
+log-error=/var/log/mysqld.log
+pid-file=/var/run/mysqld/mysqld.pid
+
+[client]
+default-character-set=utf8
+
+[mysql]
+default-character-set=utf8
+
+[mysqldump]
+default-character-set=utf8
+]]></source>
+    </section>
+  </body>
+</document>


Property changes on: pal-portal/docs/ja/installation-guide/trunk/xdocs/guide-db-mysql.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: pal-portal/docs/ja/installation-guide/trunk/xdocs/navigation.xml
===================================================================
--- pal-portal/docs/ja/installation-guide/trunk/xdocs/navigation.xml	2008-07-10 06:46:50 UTC (rev 1052)
+++ pal-portal/docs/ja/installation-guide/trunk/xdocs/navigation.xml	2008-07-10 06:47:04 UTC (rev 1053)
@@ -38,5 +38,8 @@
       <item name="GUI によるアップグレード手順" href="guide-gui-upgrade-steps.html"/>
       <item name="CLI によるアップグレード" href="guide-cli-upgrade.html"/>
     </menu>
+    <menu name="データベースの設定について">
+      <item name="MySQLを利用する場合" href="guide-db-mysql.html"/>
+    </menu>
   </body>
 </project>


pal-cvs メーリングリストの案内
アーカイブの一覧に戻る