• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » id
トレース: • 2024.02.03 A-ONE ラベル屋さん • 2021.04.29 Docker dokuwiki linuxserver • 02_サカつく初代 08年目 • 2007.07.24 qmailインストール • 2024.02.17 還付加算金 • 2024.01.18 SSL Error in Rails • 2017.07.12 VyOS • 2021.09.23 Atom diff • 2022.11.23 Almalinux Warning: dracut-initqueue timeout • 2016.02.15 NoSQL

id

検索

以下に検索結果を表示します。

前方一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@02_freebsd
  • 全ての名前空間
  • 02_freebsd:04_database (14)
  • 02_freebsd:80_unixコマンド (8)
  • 02_freebsd:02_www (3)
  • 02_freebsd:01_net (2)
  • 02_freebsd:99_その他 (1)
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

マッチした文書名:

  • 06 squid
  • suidperl

全文検索:

11 ERROR:1093を回避 @02_freebsd:04_database:01_mysql
11 ヒット, 最終更新: 11年前
ない <code console> update hoge set code = 0 where id IN (select id from hoge as tmp where id = 1 group by id order by id) ; ERROR 1093 (HY000): You can't specify target table 'hoge' for update
LEFT JOIN、INNER JOIN違い @02_freebsd:04_database:01_mysql
10 ヒット, 最終更新: 12年前
e> mysql> SELECT * FROM table1; +------+------+ | id | name | +------+------+ | 1 | A | | ... e> mysql> SELECT * FROM table2; +------+------+ | id | name | +------+------+ | 1 | A | | ... > select * from table1 LEFT JOIN table2 ON table1.id=table2.id; +------+------+------+------+ | id | name | id | name | +------+------+------+------+
MySQLコマンド @02_freebsd:04_database:01_mysql
10 ヒット, 最終更新: 2カ月前
LL PRIVILEGES ON *.* TO 'testdb_user'@'localhost' IDENTIFIED BY PASSWORD '370f8eb673c9467f' | +------... ザ作成 ==== <code> CREATE USER 'matsui'@'localhost' IDENTIFIED BY 'pass'; </code> ==== ユーザパスワード変更 ==== ... all privileges on test.* to 'matsui'@'localhost' identified by 'pass'; </code> === ユーザに権限を付ける(ユーザ作成権... rant all privileges on test.* to matsui@localhost identified by 'pass' with grant option; </code> ===
ps @02_freebsd:80_unixコマンド
9 ヒット, 最終更新: 9年前
as in long format F field| |g|pgrp|process group ID| |G|tpgid|controlling tty process group ID| |j|cutime|cumulative user time| |J|cstime|cumulative syst... |cumulative major page faults| |o|session|session ID| |p|pid|process ID| |P|ppid|parent process ID| |r|rss|resident set size| |R|resident|resident pages|
jobs @02_freebsd:80_unixコマンド
7 ヒット, 最終更新: 10年前
MySQL - 数値に変換してソート @02_freebsd:04_database:01_mysql
6 ヒット, 最終更新: 13年前
とこのようになってしまいます。 <code console> mysql> select disk_id,backup_size from backups order by backup_size desc; +---------+-------------+ | disk_id | backup_size | +---------+-------------+ | ... して、無理やり数値へ変換する。 <code console> mysql> select disk_id,backup_size from backups order by backup_size + 0 desc; +---------+-------------+ | disk_id | backup_size | +---------+-------------+ | 39
05 rsync @02_freebsd:01_net
5 ヒット, 最終更新: 3年前
る。コピー先としてネットワークでつながった別のホストを指定するときに使う | |--numeric-ids|ユーザとグループの id 番号を転送して、転送後にマッピング| |--force|ディレクトリが空でなくても削除| |--delete-excluded|受信側にある exclud ファイルも削除| ... xxback # /usr/local/bin/rsync -auvvz --numeric-ids --password-file=/etc/rsyncd.pass --delete --forc... /home --password-file ファイルからパスワードを得る --numeric-ids ユーザとグループの id 番号を転送して、転送後にマッピング。 --force
kill @02_freebsd:80_unixコマンド
4 ヒット, 最終更新: 10年前
MySQL - レプリケーション @02_freebsd:04_database:01_mysql
4 ヒット, 最終更新: 13年前
mysql> GRANT REPLICATION SLAVE ON *.* TO repl@'%' IDENTIFIED BY '<password>'; ===== マスタサーバで更新ログを有効にする... の記述があるか確認して下さい。 <code> [mysqld] log-bin server-id=1 </code> <color red>※server-id は、1以上の整数であれば何でも良いです。</color> ===== テーブルへの書き込みを禁止 ===== mysql> FLU... vf data.tar.gz ==== my.cnf設定 ==== <code> server-id = 2 master-host = 172.16.8.53 master-
PostgreSQLコマンド @02_freebsd:04_database:02_posgresql
4 ヒット, 最終更新: 3年前
===== PostgreSQLでのゼロパディング ===== # select lpad(id,4,'0') as id from t_images order by id desc; こんな感じで表示される <code> id ------ 0017 0015 0014 0012 0011 0010 0009 0008 0007 0
FreeBSD カーネル再構築 @02_freebsd:99_その他
3 ヒット, 最終更新: 13年前
#cpu I586_CPU cpu I686_CPU ident MYKERNEL # To statically compile i... # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers... gh for aac (requires CAM) #device ida # Compaq Smart RAID #device
MySQL - シェルで枠まで出力する @02_freebsd:04_database:01_mysql
3 ヒット, 最終更新: 8年前
estdb -e 'select * from table1' +------+------+ | id | name | +------+------+ | 1 | A | | ... select * from table1' > /tmp/aaa # cat /tmp/aaa id name 1 A 2 B 3 C 4 D 5 E 6 F </code> たまにこの枠も欲しい... e1' > /tmp/aaa # cat /tmp/aaa +------+------+ | id | name | +------+------+ | 1 | A | |
Apache 2.0 + MySQL + PHP @02_freebsd:02_www
2 ヒット, 最終更新: 12年前
Commands end with ; or \g. Your MySQL connection id is 61 to server version: 4.0.26-log Type 'help... TABASE ABC; GRANT ALL ON ABC. * TO abc@localhost IDENTIFIED BY "123"; FLUSH PRIVILEGES; </code> ===
WebDAV @02_freebsd:02_www
2 ヒット, 最終更新: 12年前
exing AuthType Basic AuthName "Please Input ID and Password." AuthUserfile /etc/webdav.pa
ipコマンド/IPエイリアス追加 @02_freebsd:80_unixコマンド
2 ヒット, 最終更新: 4年前
ip link add link eth1 name eth1.210 type vlan id 210 ==== UP ==== ip link set eth1.210 up ===... ip link add link eth0 name eth0.100 type vlan id 100 ===== Bonding作成 ===== <code> # ip link add
01 MySQL インデックス @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 7年前
18 MySQLでALTER TABLEの進捗確認 @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 6年前
IPアドレス-アドレスナンバー @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 12年前
02 ProFTPD @02_freebsd:01_net
1 ヒット, 最終更新: 9カ月前
ApacheのCustomLog @02_freebsd:02_www
1 ヒット, 最終更新: 4年前
at コマンド @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 17カ月前
chmod @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
chown @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
dig @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 8年前
外部接続 @02_freebsd:04_database:01_mysql
1 ヒット, 最終更新: 13年前
PostgreSQL+pgpoolアップデート @02_freebsd:04_database:02_posgresql
1 ヒット, 最終更新: 13年前
文字化けする場合 @02_freebsd:04_database:02_posgresql
1 ヒット, 最終更新: 13年前
SQLiteコマンド @02_freebsd:04_database:03_sqlite
1 ヒット, 最終更新: 11カ月前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: 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