[问题]Mysql启动问题

Web、Mail、Ftp、DNS、Proxy、VPN、Samba、LDAP 等基础网络服务
回复
jsxthncn
帖子: 42
注册时间: 2007-11-06 12:02

[问题]Mysql启动问题

#1

帖子 jsxthncn » 2007-11-30 16:13

安装源码包,在/home/vivid/mysql目录下,安装时显示:

代码: 全选

Installing MySQL system tables...
OK
Filling help tables...
OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h vivid-desktop password 'new-password'
See the manual for more instructions.
You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd mysql-test ; perl mysql-test-run.pl

Please report any problems with the ./bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
安装后启动mysql显示:

代码: 全选

Starting MySQL
kill: 409: No such process

 * 

这样无法启动mysql,重装了很多次,都是这样。请求帮助。
头像
CLOCKWORKHEART
帖子: 635
注册时间: 2007-11-05 19:26

#2

帖子 CLOCKWORKHEART » 2007-12-21 13:45

通过apt-get 安装 MySql-Server, 然后通过 应用程序->添加删除 搜索到mysql的GUI管理界面 MySql Administrator,安装后方便管理数据库,最后可以通过 系统—>系统管理—>服务 来方便的管理 数据库服务的启动。
以上是我的数据库解决方案,希望对你有所帮助。
jsxthncn
帖子: 42
注册时间: 2007-11-06 12:02

#3

帖子 jsxthncn » 2008-02-26 0:59

学习php,在手动安装apache,mysql,php的过程中,多次重复安装卸载mysql,可能是没有完全卸载mysql的原因。
改在windows下了。谢谢你。
wangzi6hao
帖子: 22
注册时间: 2007-09-05 16:44

#4

帖子 wangzi6hao » 2008-04-18 10:59

你进一下安装mysql文件夹下,用sudo /你的文件夹/mysql start
试试

如果不行,看看可不可以用sudo /etc/init.d/mysql start 不过这种方式不太可能,因为你把mysql文件是安装在自己文件夹下,应该不太可能安装配置启动文件到init.d下的.可以试试.
回复