发布网友 发布时间:2022-04-25 06:13
共3个回答
热心网友 时间:2022-04-09 19:53
net start OracleServiceDRP1
以上是我启动我电脑中的oracle,停止把start 改为stop即可
后面的服务名上“控制面板-服务”里找
热心网友 时间:2022-04-09 21:11
windows下
启动 net start mysql
停止 net stop mysql
Linux 下(Centos)
启动 service mysql start
停止 service mysql stop
热心网友 时间:2022-04-09 22:45
net start mysql 启动
net stop mysql 停止
window
进入mysql /bin下:
mysql -h localhost -u root -p linux