我已经使用pip安装了MySQL-python。
这是否意味着Mysql也已安装在我的系统中?
如果是,我如何通过终端命令访问它?
发布于 2014-11-27 15:57:31
/etc/mysql/
ps -ef | grep mysql
https://unix.stackexchange.com/questions/170308
相似问题