LoginSignup
1
1

More than 3 years have passed since last update.

Homesteadが生成したMySQLでログを出す

Last updated at Posted at 2019-09-19

方法

sudo vi /etc/mysql/mysql.conf.d/mysqld.cnf

↓のコメントを外す
※出力先を共有フォルダに変えたいけど、何か上手くいかない。。

general_log_file        = /var/log/mysql/mysql.log
general_log             = 1

MySQLを再起動する。

sudo service mysql restart
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1