当前位置:网站首页>DAMENG 数据库启停
DAMENG 数据库启停
2022-06-11 07:54:00 【[email protected]】
DAMENG 数据库启停
线上数据库启停建议采用脚本进行管理,禁止前台启动数据库。如下示例为linux系统下的启停,Windows系统上管理请自行查阅达梦官方文档。
1. 注册数据库服务
线上环境一般是采用命令行初始化数据库实例,实例初始化完成后,需切换至root用户下注册数据库服务脚本,采用数据库服务脚本启停数据库:
# 示例1:采用root用户下注册DAMENG数据库服务脚本
# su - root
# cd /data/TestDM/dmdbms/app/script/root/
# ./dm_service_installer.sh -t dmserver -p DMSERVER -dm_ini /data/TestDM/dmdbms/dm_data/DAMENG/dm.ini
DMSERVER -dm_ini /data/TestDM/dmdbms/dm_data/DAMENG/dm.ini
Created symlink from /etc/systemd/版权声明
本文为[[email protected]]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_25241721/article/details/125211701
边栏推荐
- Bubble sorting with C language
- TypeScript-unknown类型
- 远程办公经验 | 社区征文
- Image data enhancement (translation, rotation, brightness transformation, flipping, adding Gaussian noise, scaling, cropping)
- [atcoder2000] leftmost ball (dp+ combination number)
- 图数据库无缝集成Tushare接口
- 【AtCoder2387】+/- Rectangle
- A correction book full of sad tears
- 【CodeForces908H】New Year and Boolean Bridges (FWT)
- 134. 加油站
猜你喜欢

Tidb Cloud est en ligne sur le marché Google Cloud pour permettre aux développeurs du monde entier d'utiliser une nouvelle pile de bases de données htap en temps réel

How to output the percent sign "%" in printf function in C language

Lesson 1 about Xiaobai's C language

Summary of evaluation index knowledge points in target detection: summary of IOU cross overlap unit and map/ap/tp/fp/np

About static keyword

Scrape captures 51job Recruitment Information (static page)

如何做好空状态设计?来看这份全面总结

Zero foundation self-study SQL course | outer join external connection

空间几何

使用 COCO 数据集训练 YOLOv4-CSP 模型
随机推荐
Understanding of Poisson distribution and Poisson process and Erlang distribution and their relations (important theories in queuing theory and operational research)
JSP technology: JSP overview, JSP basic syntax, JSP instructions, JSP implicit objects, JSP action elements
Bubble sorting with C language
Batch splice string
Xshell7 and xftp7 to continue using this program, you must apply the latest updates or use a new version
How to output the percent sign "%" in printf function in C language
Methods to improve training speed in deep learning and techniques to reduce video memory (suitable for entry-level trick without too many computing resources)
Tidb cloud launched Google cloud marketplace, empowering global developers with a new stack of real-time HTAP databases
Black Qunhui dsm7.0.1 physical machine installation tutorial
2022.6.6 extra long growth simulation
Using Tkinter to realize guessing numbers game
TypeScript-接口和类型别名异同
自定义ViewGroup的知识点总结-持续更新
Niuke JS wrong question knowledge point record
VIM common commands
[untitled] Weng_ C lesson 1
图数据库无缝集成Tushare接口
使用特殊字符拼接字符串“+“
Opencv for face recognition
TypeScript-在koa中配置TS和使用koa-router