ChinaUnix.net
相关文章推荐:

linux mysql 关闭

命令:   /etc/init.d/mysql start|stop|restart|reload|force-reload [color="#cccccc"]2.、 启动服务安装服务后可以启动mysql服务:net start mysql。3.、 停止服务可以通过下面的命令停止mysql服务:net stop mysql。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/50764/showart_399795.html

by lhaiweng - php文档中心 - 2007-10-13 11:04:34 阅读(469) 回复(0)

相关讨论

作者: Drcede 出自: http://www.linuxdiyf.com 1.mysql启动同步: 在文件/etc/rc.d/rc.local中添加如下两行: echo "Starting mysql Server" /etc/rc.d/init.d/mysql.server start 2.mysql关闭同步: 在文件/etc/rc.d/rc.halt开头插入如下两行: echo "Stopping mysql Server" /etc/rc.d/init.d/mysql.server stop 说明: 1.文件/etc/rc.d/init.d/mysql.server是从mysql的安装子目录support-files下拷贝过来的; 2.由于mysql.se...

by sdccf - MySQL文档中心 - 2008-05-22 16:36:51 阅读(612) 回复(0)

最近我的网站服务器打开网页后无数据,想要重新启动mysql,却无法重启.如下图 不知道这是什么问题!经常性的出现这个问题,只有重新启动服务器才能正常!但是ps 看见mysql有很多进程.如果单启动mysql,提示是ok了.但是还是无法连接到mysql,就是没有正常启动嘛.不知道为什么关闭不了mysql. [ 本帖最后由 yuyinyuyin664 于 2009-6-2 21:12 编辑 ]

by yuyinyuyin664 - MySQL - 2009-06-02 23:22:34 阅读(1783) 回复(1)

mysql我用ports安装后,默认自启动,我想知道怎样关闭这项服务。另外FreeBSD中有没有类似linux中ntsys、rcconf的方便工具?

by zdbao - BSD - 2005-03-02 23:16:58 阅读(1438) 回复(1)

我试图关闭mysql关闭不了 #/etc/rc.d/init.d/mysqld status mysqld (pid 1622) is running... #/etc/rc.d/init.d/mysqld stop Stopping mysql: [FAILED] #/etc/rc.d/init.d/mysqld stop starting mysql: [OK] 重起机器时系统关闭mysql也失败 什么原因? 急在线等

by hawkyw - MySQL - 2004-04-24 13:40:15 阅读(788) 回复(3)

mysql版本:mysql5.0.41 操作系统:redhat as4 x86 u3 configure参数: ./configure --prefix=/usr/local/mysql \ --localstatedir=/usr/local/mysql/data \ --with-unix-socket-path=/usr/local/mysql/var/mysql.sock \ --with-mysqld-user=mysql \ --without-debug \ --with-extra-charsets=all \ --enable-assembler \ --without-isam \ --without-innodb \ --with-pthread \ --enable-thread-safe-client \ --with-client-l...

by mdiane - MySQL - 2007-12-04 14:36:41 阅读(2058) 回复(3)

在SUSE8 ES 下装了ORACLE9204,关机时总是提示什么“missing"

by xsyser - Linux论坛 - 2004-11-27 19:58:38 阅读(338) 回复(2)

比如说我想关闭端口3306,我应该用什么命令呢?

by xiechunlu - 系统管理 - 2006-07-22 09:03:27 阅读(6816) 回复(12)

给lilo加密码不算~~

by wenuy - 系统管理 - 2006-03-03 15:37:12 阅读(618) 回复(4)

我自己安装的linux 服务都关闭了阿 而且许多不要的文件我也删掉了。 可是用扫描程序一扫,出现许多端口还开着!

by archphoenix - Linux论坛 - 2003-06-02 13:18:23 阅读(1458) 回复(4)
by paradise - Oracle - 2003-01-28 20:59:07 阅读(1122) 回复(3)