Now you can Subscribe using RSS

Submit your Email

2017/10/15

Ubuntu Install MySQL

asd
MySQL 安裝方法很簡單
在 Terminal 下指令進行安裝
$sudo apt-get install mysql-server
*安裝過程會要你輸入 root 預設密碼
安裝完後 mysql 服務就會自動開啟
使用以下指令可以確認 mysql 狀態
查看 mysql 進程
$ps -aux|grep mysql
mysql     1015  0.0  1.7 1246820 145988 ?      Ssl  08:26   0:10 /usr/sbin/mysqld
jrtou    11971  0.0  0.0  21572  1088 pts/1    S+   15:33   0:00 grep --color=auto mysql
檢查 mysql 佔用 port 狀態,預設是3306
$netstat -nlt|grep 3306
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN 

2017/10/08

GreenDao 使用 Generator 建立表結構

asd
使用 Generator 方式建立數據庫表,是GreenDao 的另一種方式
個人也比較喜歡使用這種方式建立表
使用 Generator 與 註解方式建立表有蠻大的差異
所需要導入的方式也不太一樣

Coprights @ 2016, Blogger Templates Designed By Templateism | Templatelib