没有 root 访问权限的 mysqlworkbench

发布于 2025-01-07 02:04:34 字数 156 浏览 0 评论 0原文

我有一个用于 ssh 访问的完整普通用户帐户,并且我想使用 mysqlworkbench 的 mysqldbcompare(或其他一些 cli 工具,如果存在)的 mysql diff 功能。问题是我没有 root 访问权限。我可以将其安装在我的普通用户帐户中,以便我可以比较该服务器上的数据库吗?

I have a full normal user account for ssh access and I'd like to use the mysql diff capability of mysqlworkbench's mysqldbcompare (or some other cli tool if it exists). The problem is I don't have root access. Can I install this in my normal user account so I can compare my DB's on that server?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

傲鸠 2025-01-14 02:04:34

执行此类操作的最佳方法是使用系统的包管理器以 root 身份安装它们,但我确信您知道:P

我从 他们的网站,它使用传统的 configure 脚本。我已经使用 configure 脚本在非特权用户帐户中安装了程序,实际上是整个生态系统。通常所需要做的就是指定要安装文件的位置:

./configure --prefix=$HOME/eco

有时您还必须安装依赖项。然后确保相应地设置LD_LIBRARY_PATH

根据您使用的发行版,您甚至可以将软件包安装到您的主目录: 查看此问题

The best way to do such things is to install them as root using the system's package manager, but I'm sure you know that :P

I downloaded the source code from their website, and it uses a traditional configure script. I have installed programs, in fact whole ecosystems, in unprivileged user accounts using configure scripts. Usually all it takes is to specify where you want files to be installed:

./configure --prefix=$HOME/eco

Sometimes you have to install dependencies too. Then make sure to set LD_LIBRARY_PATH accordingly.

Depending on the distro you're using, you can even install packages to your home directory: see this question

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文