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.
我知道这是一个愚蠢的问题,但我只是找不到可以在我的 cPanel 上运行 MySQL 脚本的地方。像这样的脚本:
># mysql -u root –p mysql
您需要使用 Secure SHell (SSH) 之类的工具登录服务器。
看看你的 cpanel 是否有 shell 选项。
如果是 mac/linux,您可能可以从本地机器的 shell 中使用 ssh:
ssh [yourFTPuser]@[yourwebsitedomain]
如果您使用的是 Windows,请尝试使用 SSH 程序,例如 putty。