Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以帮助我通过终端使用 phpmyadmin mysql 数据库。
我正在使用 ubuntu 10.4。
我猜像这样的命令/opt/var/usr/mysql。我不确定。
在终端只需输入:
mysql -u username -p
之后会提示您输入密码。
通常 MySQL 被添加到 /bin/ 所以不需要显式地给出它的路径。
回答:
下面的命令用于通过终端访问 phpmyadmin mysql 数据库
/opt/lampp/bin/mysql -uroot -ppassword