当前位置: 技术问答>linux和unix
lINUX 的PID的问题
来源: 互联网 发布时间:2016-08-13
本文导语: 各位老师好:小弟有一点问题 琢磨了好久想请教大师们: 我在安装mysql的时候 安装到 ./configure --prefix=/usr/local/mysql --with-extra-charsets=all 这步的时候出现: configure: unknown option --prefix=/usr/local/mysql Usage: configure ...
各位老师好:小弟有一点问题 琢磨了好久想请教大师们:
我在安装mysql的时候 安装到
./configure
--prefix=/usr/local/mysql
--with-extra-charsets=all
这步的时候出现:
configure: unknown option --prefix=/usr/local/mysql
Usage: configure [--help|-h]
This script creates the MySQL system tables and starts the server.
然后我就在运行./configure 随即出现:
[root@panding mysql]# Starting mysqld daemon with databases from /usr/local/mysql/data
STOPPING server from pid file /usr/local/mysql/data/panding.pid
100113 14:59:00 mysqld ended
小弟不知道怎么解决希望老师们指导,万分感谢!!!!!
我在安装mysql的时候 安装到
./configure
--prefix=/usr/local/mysql
--with-extra-charsets=all
这步的时候出现:
configure: unknown option --prefix=/usr/local/mysql
Usage: configure [--help|-h]
This script creates the MySQL system tables and starts the server.
然后我就在运行./configure 随即出现:
[root@panding mysql]# Starting mysqld daemon with databases from /usr/local/mysql/data
STOPPING server from pid file /usr/local/mysql/data/panding.pid
100113 14:59:00 mysqld ended
小弟不知道怎么解决希望老师们指导,万分感谢!!!!!
|
http://bbs.chinaunix.net/viewthread.php?tid=848184
看看这个
看看这个
|
http://dev.mysql.com/doc/refman/5.1/zh/installing.html
这是中文版的官方安装指导
你也可以下载免安装版 然后根据里面的提示 做一些设置就可以用了
这是中文版的官方安装指导
你也可以下载免安装版 然后根据里面的提示 做一些设置就可以用了
|
|
你执行以下configure --help看看。