python架構之Django學習------mysql使用

學習環境:ubuntu16.0.4 一.安裝python包     pip install mysql-python 二.使用mysql mysql -uroot -p show databases; drop database test1; create database test charset=utf8; use test; show tables; desc test1; 三.在應用set
相關文章
相關標籤/搜索