Time of Update: 2014-07-29
標籤:style blog color 使用 問題 div ar 伺服器 使用SHOW PROCESSLIST 查看原因: 使用了 一個觸發器 不斷的去刪除日誌,保證每個使用者的日誌只有10條 去掉之後,CPU使用率從97
Time of Update: 2014-07-28
標籤:資料 io for art cti linux ar new 1.首先確認伺服器出於安全的狀態,也就是沒有人能夠任意地串連MySQL資料庫。 因為在重新設定MySQL的root密碼的期間,MySQL資料庫完全出於
Time of Update: 2014-07-29
標籤:mysql備份、恢複 lvm 熱備 hotbackupLVM(Logical Volume
Time of Update: 2014-07-29
標籤:des style blog http os 資料 io for 環境:asp.net mvc
Time of Update: 2014-07-27
標籤:使用 os 檔案 資料 io art 問題 cti MySQL的預設編碼是Latin1,不支援中文,要支援中午需要把資料庫的預設編碼修改為gbk或者utf8。1、需要以root使用者身份登陸才可以查看資料庫編碼方式(以ro
Time of Update: 2014-07-30
標籤:http os io cti ar new sql mysql 分享一個MySQL 自訂函數CREATE FUNCTION的執行個體。mysql> delimiter $$mysql> CREATE
Time of Update: 2014-07-28
標籤:mysqlMysql從用戶端串連伺服器連不上的問題 公司要用Mysql做一個測試,開始在自己的本地建一個Mysql資料庫自己本地的程式再連上去,沒有遇到過串連不上的問題。這次資料庫在伺服器上,從本地用戶端串連就是被拒絕。 報的錯誤為 ERROR 1130: Host ’192.168.5.3’ is not allowed to connect to this MySQL server www.2cto.com
Time of Update: 2014-07-28
標籤:http 使用 os strong 檔案 資料 io 問題 伺服器環境:Windows 2008 R2 64位。apache,mysql,php都是32位。1.
Time of Update: 2014-07-28
標籤:blog 檔案 資料 ar 資料庫 sql mysql app create database logs;use logscreate table
Time of Update: 2014-07-26
標籤:mysql 主從 搭建 mysql是常用的資料庫,而為了保證資料的不丟失,mysql的主從成為很多企業的選擇,裡面牽涉到的原理簡介如下:slave伺服器通過Slave_IO_Running進程同步master資料庫的bin-log日誌,此日誌記錄了主mysql的sql操作,同步過來後slave伺服器通過自己的Slave_sql——runing進程執行同步,這樣做的好處是實現了讀寫分離。下面
Time of Update: 2014-07-26
標籤:des style blog http color 使用 檔案 資料 由於日常資料建模經常使用PowerDesigner,使用逆向工程能更加快速的產生模型提高效率,所以總結使用如下:1.?????
Time of Update: 2014-07-23
標籤:style blog 檔案 資料 art re 小夥伴要在以前的伺服器上裝個代碼版本控制的軟體,要用到資料庫,可是想來找去root密碼還是忘了,其他已經安裝的服務都是用的專用賬戶設定檔裡要找不到root使用者的密碼。用以下方法將密碼強制修改掉:1.
Time of Update: 2014-07-23
標籤:des style http java color 使用 MySQL基礎day03_儲存引擎和外鍵-MySQL 5.6 外鍵的條件:1,表的儲存引擎為innodb儲存引擎2,表中外鍵欄位的類型要與參考表的欄位類型一致3,外鍵欄位要是索引類型中的一種 MySQL
Time of Update: 2014-07-24
標籤:mysql 主從 主主 複製 MySQL 複製介紹: MySQL支援單向、非同步複製,複製過程中一個伺服器充當主伺服器,而一個或多個其它伺服器充當從伺服器。
Time of Update: 2014-07-24
標籤:mysql error 1044 error 2003 windows安裝mysql mysql安裝 問題描述:在官網下載了最新的 mysql-5.6.10-winx64 安裝包,登入之後,發現無法進行資料庫的建立,顯示錯誤資訊為 ERROR 1044 (42000): Access denied
Time of Update: 2014-07-23
標籤:style blog http color os io Are you a hacker? How to build another QQ/Wechat/whatsapp/skype/imessage?Let‘s go through this!!!!Materials:A
Time of Update: 2014-07-23
標籤:style http color os width io 查閱官檔: FROM_UNIXTIME(unix_timestamp), FROM_UNIXTIME(unix_timestamp,format) Returns a representation of
Time of Update: 2014-07-23
標籤:mysql jdbc 視頻地址:http://www.tudou.com/programs/view/4GIENz1qdp0/建立BaseDaopackage cn.wingfly.dao;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import
Time of Update: 2014-06-14
標籤:des class blog code http tar seafile:下一代的開源雲端儲存更好的檔案同步,隱私保護和團隊協作功能!本文基於官方文檔,補充描述基於apache和mysql,安裝seafile伺服器。原文網址:https://cloud.seafile.com/group/
Time of Update: 2014-07-24
Can't connect to local MySQL server rhrough socket解決今天登陸mysql 提示Can'tconnecttolocalMySQLserverrhrough socket 的問題,結合兩篇文章解決我的系統是centos首先:cp /usr/share/doc/MySQL-server-5.5.24/my-medium.cnf /etc/my.cnf其次:touch