全文検索:
- MySQLコマンド @02_freebsd:04_database:01_mysql
- | | localhost | iline8 | 6e4d585d01239c27 | N | | localhost | ecc... -----+-----+---------+-------+ 31 rows in set (0.01 sec) </code> ==== カラムのデータ型を変更する ==== <code con
- at コマンド @02_freebsd:80_unixコマンド
- <code> echo 'bash job.sh' | sudo at 18:00 2024-07-01 </code> ジョブの一覧 <code> at -l </code> 指定したジョブの削除
- tar @02_freebsd:80_unixコマンド
- ork/B a work/test.txt a work/a.sh a work/sample01.sh a work/test.php </code> === 解凍 === <code cons... ork/B x work/test.txt x work/a.sh x work/sample01.sh x work/test.php </code> === tar.gzより、tar.gz2
- 05 rsync @02_freebsd:01_net
- オプション-e sshを使って、自動でホスト間のバックアップを行うにはSSHの設定が必要です。 [[01_linux:01_net:06_sshd鍵]] ===== 例 ===== ・/homeを/work/backupとしてバックアップし、同期させる。 <code> # rsync -av --de
- PostgreSQLコマンド @02_freebsd:04_database:02_posgresql
- id desc; こんな感じで表示される <code> id ------ 0017 0015 0014 0012 0011 0010 0009 0008 0007 0006 0005 0003 0002 0001 (14 rows) </code> -PostgreSQLのユー
- 15 MySQL 55 to 56 で問題 @02_freebsd:04_database:01_mysql
- NGINE_SUBSTITUTION'; Query OK, 0 rows affected (0.01 sec) mysql> SELECT @@global.sql_mode; +---------
- ipコマンド/IPエイリアス追加 @02_freebsd:80_unixコマンド
- hdummy10 master [bridge] ip addr add 192.168.100.101/24 dev ethdummy10 ip link delete ethdummy10 </cod
- MySQL - ログローテート @02_freebsd:04_database:01_mysql
- 更とMySQLのflush-logsを実行。 <code> # vi /etc/crontab 01 0 * * * root /usr/sbin/chown mysql /var/log/mysql
- sed @02_freebsd:80_unixコマンド
- /code> ==== 指定した行を表示 ==== [[02_freebsd:80_unixコマンド:01_sed_line_number]] {{tag>Unixコマンド ファイル操作 sed}}
- 01 sed 指定した行を表示 @02_freebsd:80_unixコマンド
- ====== 01 sed 指定した行を表示 ====== ===== 100行目を表示 ===== sed -n 100p testfile ===== 100-110行目を表示する ===
- ifconfig @02_freebsd:80_unixコマンド
- を設定する ===== <code console> # ifconfig eth0 10.15.201.201 netmask 255.255.0.0 # ifconfig eth0 10.15.201.201/16 </code> SecondaryとしてIPを追加するときは、[[02_freebsd:80_unixコマンド:ip#IP追加]] ==== 削除 ==== <code> # ifc
- 01 MySQL インデックス @02_freebsd:04_database:01_mysql
- ====== 01 MySQL インデックス ====== MySQLでカラムにインデックスをつけておくと検索が早くなる。 ===== インデックスを作成した方が良い ===== - テーブル内
- whois @02_freebsd:80_unixコマンド
- KM43416JP p. [Name Server] ns01.yahoo.co.jp p. [Name Server] ns02.... [State] Connected (2017/11/30) [Registered Date] 2000/11/1... 2000/11/17 [Last Update] 2017/04/20 10:09:53 (JST) </code> ===== 管理者情報を確認 ==... [Last Update] 2016/10/28 17:04:58(JST)
- dig @02_freebsd:80_unixコマンド
- hoo.co.jp. 900 IN NS dnsg01.yahoo.co.jp. ;; AUTHORITY SECTION: yahoo.co.jp. 900 IN NS dnsg01.yahoo.co.jp. yahoo.co.jp. 900 IN
- 20 wait_timeoutとthread_cache_size @02_freebsd:04_database:01_mysql
- +-------------------+---------+ 4 rows in set (0.01 sec) mysql> show global variables like 'max_conn... eの考察 ===== [[http://anothermysqldba.blogspot.jp/2013/09/mysql-optimization-tip-threadcachesize.html]]