Time of Update: 2014-07-24
標籤:style blog color os 檔案 資料 2014 for mysql bin-log 日誌清理發現mysql資料庫目錄中bin-log中記錄檔非常大[[email protected] var]#
Time of Update: 2014-07-24
標籤:des style blog http os art for re MySQL 加入?列,改動列,刪除列ALTER TABLE:加入?,改動,刪除表的列,約束等表的定義。查看列:desc 表名;改動表名:alter
Time of Update: 2014-07-24
標籤:mysqldump 恢複 mysql備份 如果要備份,請確保 mysql 開啟 log-bin,有了 binarylog,mysql 才可以在必要的時候做完整恢複,或基於時間點的恢複,或基於位置的恢複。我的資料存放目錄為:mysql> SHOW VARIABLES LIKE ‘%datadir%‘
Time of Update: 2014-07-22
標籤:mysqlmysql -u root -e "show processlist"|grep -i "Locked" >> locklist.txt;for line in awk ‘{print $1}‘ locklist.txtdo echo "kill $line;">
Time of Update: 2014-07-22
標籤:mysql mysql安裝 安裝系統所需要的依賴包[[email protected] ~]# yum -y install gcc gcc-c++ gcc-g77 autoconf automake zlib* fiex* libxml* ncurses-devel libmcrypt* libtool-ltdl-devel* cmake
Time of Update: 2014-07-24
標籤:sql mysql 編碼 mysq 集合 b a 字元集 字元集是一套字元和編碼的集合,校對規則是用於比較字元集的一套規則。所以字元集有兩部分組成字元集合和對應的編碼集合。比如說,現在有這幾個字元:A B a b,
Time of Update: 2014-07-22
標籤:michael blank MySQL那是相當流行的關係型資料庫有之一,隨著MySQL被Oracle收購後開源的前途未蔔,gooogle, 非死不可等都開始轉入mysql開源社區維護的另一個開源mysql分支MariaDB上去了,Maria是mysql創始人Michael Widenius的二女兒的名字,MariaDB完全相容MySQL,
Time of Update: 2014-07-23
標籤:使用 os 檔案 io art re 定時備份:1、建立備份檔案存放目錄2、建立備份指令碼backup.sh#!/bin/bash
Time of Update: 2014-07-24
標籤:des 資料 re c div ar 資料庫 sql 1.匯出一個資料表中的部分欄位資料;SELECT `lUin` , `iSumMoney` , `iAreaId`
Time of Update: 2014-07-24
標籤:style blog http java color strong width 2014 下載mySql for java驅動的地址:http://www.mysql.com/products/connector/
Time of Update: 2014-07-23
標籤:style color 使用 art re c 舉例1:使用該查詢,得出iFavoriteID,iFavUserType ,cUser,iArticleID,dFavoriteTime五個欄位的值:SELECT iFavoriteID,CASE WHEN iFavUserType = 0
Time of Update: 2014-07-23
標籤:style blog http color 使用 os case:下面的一條sql語句,導致mysql執行個體記憶體暴漲: select * from tables where table_name not in(select table_name from partitions
Time of Update: 2014-07-24
標籤:檔案 資料 art for re c div ar MySQL 支援批處理的模式運行一批SQL語句,以下的範例就是實驗MySQL怎樣在windows下批處理運行SQL語句。create table test(id int,
Time of Update: 2014-07-22
標籤:style color os 檔案 io art 為了提高系統的安全性,我們採用虛擬使用者而非系統(匿名)使用者的形式訪問FTP。整體思路是通過開啟vsftp中的虛擬賬戶功能並調用新的pam認證模組,然後再修改pam模組使得可以通過mysql驗證使用者的合法性。以下為實驗過程。第一步裝包:
Time of Update: 2014-07-24
標籤:galera mysql mysql叢集 一、MySQL
Time of Update: 2014-07-23
標籤:style http 檔案 art for re 一鍵重設mysql的root密碼的實現指令碼。@echo offtitle mysql::從註冊表找到Mysql的安裝路徑寫入檔案mysql.txt reg query HKLM\SYSTEM\ControlSet001\Services\
Time of Update: 2014-07-23
標籤:style blog http color 使用 os MySQL中建立使用者與授權的實現方法。 運行環境:widnows xp professional + MySQL5.0一, 建立使用者:命令:CREATE USER ‘username‘@‘host‘
Time of Update: 2014-07-23
mysql無法啟動——cannot allocate the memory for the buffer pool,allocatebuffer今天開啟開發網站突然不能使用,發現時Mysql資料庫down掉了,就去重啟: mysql.server restart一直會報錯:“Manager of pid-file quit without updating file”。然後就去找原因,網上說有以下三個方面的問題:1、硬碟不夠用了,無法寫入pid檔案2、進程卡死了,找到mysql進程kill掉,
Time of Update: 2014-07-23
sqoop 從mysql匯入hive的欄位名稱問題,sqoophivehive中有些關鍵字限制,因此有些欄位名稱在mysql中可用,但是到了hive就不行。比如order必須改成order1, 下面列出了我們發現的一些不能在hive中使用的欄位名稱order => order1sort => sort1reduce => reduce1cast => cast1directory =>
Time of Update: 2014-07-15
centos6.5+Django+mysql+nginx+uwsgi,djangonginx1、nginx的安裝。這裡採用nginx-1.6.0, 建立一個shell指令碼然後執行。#!/bin/bashnginx_version="nginx-1.6.0"yum -y install gcc gcc-c++ pcre pcre-devel openssl openssl-develcd softtar zxvf