首先先創建個人的資料庫,如 _db
create database <user_name>_db;
use <user_name>_db; show tables;
進到資料庫,這塊以後就是你的地盤了! 在斷掉這個連線之前 所創建的資料庫,都會長在這個地方。