Evening Fog : 富士通SSL、OSSベースのDB「Postgres Plus Advanced ... そのため、コストをかけずに短期間で「Postgres Plus Advanced Server」へのデータベース移行を実現する。Oracle用に書かれたほとんどのアプリケーションを、スムーズに移行させることも可能だ。また、「Postgres Plus」はソフトウェアの利用に保守 ... http://blog.livedoor.jp/eveningfog4r/archives/50930659.html
負け組IT系フリーランスのスキル日記: ZABBIX初期設定 (2)データベースの作成 [MySQL] mysql -u root -p create database zabbix; grant all privileges on zabbix.* to zabbix@localhost identified by '111'; flush privileges; mysql -u root -p zabbix < ソースDIR/create/schema/mysql.sql ... (7)ZABBIXの WEBアプリケーション設定 /usr/local/apache2/htdocs/include/db.inc.phpを以下のように修正します。 <?php内に追記 ---------------------------- $DB_TYPE="PostgreSQL"; $DB_SERVER="localhost"; $DB_DATABASE="zabbix"; $DB_USER ="postgres"; ... http://ititititittaka.seesaa.net/article/108444561.html