• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace: • 16 awkでチェック • 19 Kubernetes Scale • 71 vsftpd • dokuwiki アップデート • 02 Xen マイグレーション • 01 .htaccess • logwatch の設定 • 10 InnoDBパフォーマンス • コンピューターのsysprepを実行中に致命的なエラーが発生しました。 • 23 Docker log設定

code

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@02_freebsd:04_database:02_posgresql
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

PostgreSQLインストール
21 Hits, Last modified: 9 years ago
ール ====== server からインストールしようとしても、client からインストール <code console> # cd /usr/ports/databases/postgresql81-... s/databases/postgresql81-server # make install </code> ===== OpenSSL をインストールしていない場合 ===== Dependenc... ITH_OPENSSL_BASE or WITH_OPENSSL_PORT *** Error code 1 ====== ソースからインストール ====== <code console> # wget ftp://ftp.sra.co.jp/pub/cmd/postgres/8.3.3/postgres
PostgreSQLコマンド
10 Hits, Last modified: 3 years ago
from t_images order by id desc; こんな感じで表示される <code> id ------ 0017 0015 0014 0012 0011 0... 0007 0006 0005 0003 0002 0001 (14 rows) </code> -PostgreSQLのユーザ作成、データベース作成等の基本操作\\ [[http://www... たにフィールドを作ってデータを写してデータフィールドを変更するというめんどくさい処理がいります。 <code> ①ALTER TABLE (テーブル名) ADD COLUMN after_fild (変更後... TABLE (テーブル名) RENAME after_fild TO (変更後フィールド名) </code> ===== postgresqlチップス ===== [[http://ash.jp/db/p
ApacheのBasic認証でPostgreSQLを参照
4 Hits, Last modified: 13 years ago
pache/htdocsで公開されているコンテンツへのアクセス制限を設定する方法を紹介する。 <code> <Directory "/usr/local/apache/htdocs/"> Auth_... require valid-user </Limit> <Directory> </code> これは、ごく単純なデータベース認証を設定した例である。簡単に説明すると、 Auth_P... d off を追加する。 PHPをインストールしているなら、以下のようなソースを用意する。 <code> # vi index.php ----------------------------... --------------------------------------------------------- (認証されたユーザ名が環境変数 REMOTE_USER にセットされる) </code>
文字化けする場合
4 Hits, Last modified: 13 years ago
字化けしません。 ===== LC_ALLが設定されてない場合、こんな感じになる。 ===== <code> | w_flg | i_id | w_upd ... B7><A4> <B7><A4><DE><A4><B7><A4><BF><A1><A3> </code> ===== 確認 ===== <code> $ echo $LC_ALL ja_JP.eucJP </code> ===== 変数に入れる方法 ===== $ export LC_ALL=ja_JP.eucJP <color red>

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki