• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » etc
Trace: • 11 Galera同期(複数台構成) • 43 reposync リポジトリコピー • 2020.02.19 MySQL Workbench windows10 • dig • Karesansui Sqlite -> MySQL へ移行 • 02 Plesk日本語化 • 2022.10.01 Nextcloud • VPNサーバ(PacketiX) • 2024.03.27 Googleトレンド • May 30 2023 chatgpt-clone

etc

Search

You can find the results of your search below.

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

Fulltext results:

MySQLのインストール
5 Hits, Last modified: 13 years ago
<code console> # cp support-files/my-medium.cnf /etc/my.cnf # cp support-files/mysql.server /usr/local/etc/rc.d/mysql.sh # chmod 755 /usr/local/etc/rc.d/mysql.sh </code> ====== 設定ファイルの編集 ====== 今回の場合/home/mysql/dataにデータを置くこととする。 <code console> # vi /etc/my.cnf [mysqld] port = 3306 socket
MySQL - ログローテート
4 Hits, Last modified: 5 years ago
行するような処理が必要になります。 ====== MySQLのログをローテート ====== /etc/newsyslog.confに記述。 今回は一週間分、圧縮せずにローテートするよう記述。 <code> # vi /etc/newsyslog.conf -----------------追加--------------... -----------------追加-------------------- </code> /etc/crontabにパーミッション変更とMySQLのflush-logsを実行。 <code> # vi /etc/crontab 01 0 * * * root /usr/sbin/chown mysql /v
15 MySQL 55 to 56 で問題
2 Hits, Last modified: 3 years ago
両方でsecure_authが無効になっている必要があります。 === Server側 === /etc/my.cnf [mysqld] secure_auth=0 === Client側 ==... --------+ 1 row in set (0.00 sec) </code> === /etc/my.cnf === 再起動後も設定反映させるために、my.cnfも修正 sql_mode
MySQL - パスワードを忘れた
2 Hits, Last modified: 5 years ago
===== my.cnfに「skip-grant-tables」を追加 ===== # vi /etc/my.cnf skip-grant-tables ===== mysqlを再起動 ===== # /etc/init.d/mysql restart ===== パスーワード無しで入れるようになる。 ==

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