今天開發問我,mysql有無操作日誌可查,呵呵,當然有了,不過預設情況下是沒有開啟的,開啟步驟如下:
1,在/etc/my.cnf mysqld後面新增log = /var/lib/mysql/mysql.log
2,重啟mysql
3,驗證是否正常
[root@youxia64 ~]# mysql -uroot -p123456 abc;
welcome to the mysql monitor. commands end with ; or \g.
your mysql connection id is 2
server version: 5.1.24-rc-community-log mysql community server (gpl)
type 'help;' or '\h' for help. type '\c' to clear the buffer.
mysql> select * from account limit 1;
| accid | accname | passwd | email | loginip | createdttm | lastlogindttm | status | partnerid | purview | cash | markid | serverid | unlocktime |
| 1 | 9ff37eb3806ad3c2f5f67327b280_120013 | | empty | 119.161.225.60 | 2009-07-29 11:20:27 | 2009-08-05 11:57:04 | 1 | 120013 | 0 | 0 | null | 0 | null |
1 row in set (0.00 sec)
mysql>
[root@web mysql]# cat mysql.log
/usr/sbin/mysqld, version: 5.1.24-rc-community-log (mysql community server (gpl)). started with:
tcp port: 3306 unix socket: /var/lib/mysql/mysql.sock
time id command argument
1 query select @@version_comment limit 1
100309 11:14:18 1 query select * from account limit 1
100309 11:14:19 1 quit
開啟開發工具
一 準備sts安裝包 tomcat安裝工具 二 解壓spring tool suite 3.7.3.release e4.6 win32 x86 64,點選sts.exe 三 配置工作空間 workspace 四 安裝tomcat 伺服器 賬號,密碼設定 admin 下一步取掉 否則會出現埠號衝突 ...
如何開啟開啟xml檔案的方法和軟體。
呵,其實最簡單的就是用excel 開啟了。也可以用netscape 6來開啟xml文件,並且也可以用右鍵選擇 察看原始檔 當你用netscape 6開啟xml文件後,瀏覽器將用帶顏色的 顯示根元素和子元素。如何在 excel 中開啟檔案 在 excel 中開啟 xml 檔案時,系統將提示您選擇下列方...
php怎麼把報錯開啟 開啟PHP除錯
1.涉及到的配置檔案 etc php5 apache2 php.ini 2.具體行 display errors error reporting 3.記得重啟服務 php 的錯誤報告 php.ini 檔案中有許多配置設定。您應當已經設定好自己的 php.ini 檔案並把它放在合適的目錄中,就像在 l...