Linux安装SQL Server命令行工具
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1. 下载Microsoft Red Hat存储库配置文件
For RHEL7:curl -o /etc/yum.repos.d/msprod.repo https://packages.microsoft.com/config/rhel/7/prod.repo
For RHEL8:curl -o /etc/yum.repos.d/msprod.repo https://packages.microsoft.com/config/rhel/8/prod.repo
2. 如果已经安装了以前版本的mssql-tools,删除旧的unixODBC包
yum remove unixODBC-utf16 unixODBC-utf16-devel
3. 运行以下命令使用unixODBC开发包安装mssql-tools
yum install -y mssql-tools unixODBC-devel
4. 将/opt/mssql-tools/bin/添加到环境变量PATH中
执行如下命令修改登录会话和交互式/非登录会话的路径:
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
source ~/.bashrc
安装完成了😗
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)