4月 12, 2010
postgresql初期起動エラー
・エラー
[root@centos ~]# service postgresql start /var/lib/pgsql/data is missing. Use "service postgresql initdb" to initialize the cluster first. [失敗]
・解決策
[root@centos ~]# service postgresql initdb データベースを初期化中: [ OK ] [root@centos ~]# service postgresql start postgresql サービスを開始中: [ OK ]
以上っす。。。