a******i 发帖数: 30 | 1 mysqld cannot start with httpd. If I start httpd first, mysqld will say cannot ind socket
if I start mysqld first, httpd will refuse connection. What is the problem
do I need do something to open port 3306? or there is other problem. Thanks a lot. |
|
l********r 发帖数: 140 | 2 win xp, mysql 5.x
开俩个命令行(cmd)
发现在命令行下如果用 mysqld-nt, 好象数据库并不启动(从当前命令行或另个命令行
都连不上).
如果用 mysqld-nt --console, 则好象可以.
奇怪, 它加的使用手册上明明说的启动数据库用 mysqld-nt 的呀? 为什么非要 --
console 呢? |
|
c*****u 发帖数: 530 | 3 我不小心删除了文件mysqld.pid。然后想重起MySQL, 敲入mysqld_safe之后出现错误
提示:
Starting mysqld daemon with databases from /var/lib/mysql
STOPPING server from pid file /var/run/mysqld/mysqld.pid
060907 23:02:53 mysqld ended
怎么办? |
|
s****n 发帖数: 489 | 4 刚开始安装mysql的时候选择装在D盘。然后执行mysqld-nt install
后来卸载的时候忘记先关服务就删除了。现在遇见的问题是我重新
安装mysql在C盘,然后执行mysqld-t install的时候老告诉我
service already exists
the current server installed d:\mysql\bin\mysqld-nt
可我已经把D盘的给卸载了啊。
net stop mysql后告诉我没有启动mysql
net start mysql又告诉我3号错误。
faint.到底怎么回师?大峡救命 |
|
p*******e 发帖数: 37 | 5 我以前在几个机器上都用过MySQL,一直没有什么问题。这次是一个新电脑,
Windows 2012 Server。在MySQL官网上下了MySQL Community
Server 5.6.16,没有下msi,而是zip文件。解压后双击mysqld.exe,
或者在dos下输入mysqld指令都不能启动server,下面是看到的输出:
2014-03-21 18:49:02 0 [Warning] TIMESTAMP with implicit
DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp
server option (see
documentation for more details).
后来又试了msi安装,在最后一步attempting to start the server
时就停住不动了。好像不论如何mysqld就是不能启动。不知道板上的各位
大牛有什么办法没有?很急!先多谢了! |
|
m****f 发帖数: 32 | 6 Every time I run safe_mysqld from /usr/local/mysql/bin, I get this error msg.
# ./safe_mysqld
chown: unknown user id mysql
Starting mysqld daemon with databases from /usr/local/mysql/var
Killed
020308 22:12:04 mysqld ended
#
Any kind body educate me please? Thanks |
|
c*********t 发帖数: 1 | 7 try to install mysql3.23.51(for solaris2.8) on sunos 5.6(not roor user).
I run ./bin/safe_mysqld and get the following results:
ld.so.1: ./bin/my_print_defaults: fatal: libz.so.1: open failed: No such file
or
directory
Starting mysqld daemon with databases from
/usr/local/httpd/etc/cgi-bin/division
s/bp/bpdb1/mysql-3.23.51-sun-solaris2.8-sparc/data
Killed
020714 22:02:34 mysqld ended
If anybody know what I should do, please give me a help. |
|
p**i 发帖数: 688 | 8 start mysqld with --skip-grant-tables
after you modify the password, restart mysqld |
|
b**********7 发帖数: 389 | 9 按着mysql.com里的方法在my.ini文件中的[mysqld]下边加了innodb=ON,保存文件,重
启服务器, MySQL还是不能启动,同样错误。
直觉MySQL现在因为那里出了问题,所以innodb总是自动在启动时被禁用了,但是数据
库里的很多table都是innodb类型的,所以程序无法辨认,最后报错退出。 |
|
a*******t 发帖数: 85 | 10 To install VPN, you need to have XEN vps or OpenVZ VPS with tun/tap module
enabled.
64MB is too small for httpd mysqld and vpn. |
|
n******e 发帖数: 50 | 11 我用MySQL, 感觉速度不够理想. 一共有两个table,
需要对其中一个作关于某长度为256的字符串字段
unique的添加, 直到几百万个记录. 数据库的好处是
可以帮我实现index, 但是为此不得不不停的跟mysqld
通信, insert into ..., 额外的开销实在太大了. 我
的程序的其他部分每秒中能产生30个单位输出, 包括将
30*10K的数据存到硬盘. 但是接上数据库以后, 每秒只
能存10个, 相当于几百次insert, 几十次select. 数据
库大了以后, 还会更慢. 我想能不能自己做个带索引的
记录文件呢? 有没有现成的可download的源码?
有经验的请指导. |
|
l****n 发帖数: 5 | 12 i install it on WIN2k,
my version is 3.23.38.
according to someone said on the web,
rename c:mysqlmy-example.cnf copy ? c:my.cnf
c:mysqllibcygwinb19.dll copy ? winntsystem32
mysql
c:mysqlbinmysqld-shareware --install
net start mysql
i can do the first two step ,
but after i type
c:mysql\bin\mysqld --install
it said failed.
(since in version of 3.23.38, i don't need to type
the 'shareware')
help needed,my project :((((( |
|
e******i 发帖数: 341 | 13 Win2000
偶先将其安装在default directory c:\mysql下
后来偶想改到别的目录下将my.ini改了一下,但是在window的"服务"
选项里面还是要c:\mysql\mysqld-nt.exe才能start mysql(不能更改)
不知道怎么去掉window系统服务中的项目? |
|
a******i 发帖数: 30 | 14 Try to setup a PHP bulletin board on my computer (linux redhat 7.3 on i686).
Already have apache, php4 and mysql installed. Today, I tried to fire up mysql
using mysql_install_db and safe_mysqld &, but what I always got is mysqld
ended bucause of cannot find host.frm which I can find in the mysql dir.
Anyone have any idea how to deal with this kind situation? Any commends are
appreciated. |
|
s**********i 发帖数: 711 | 15
what do you mean httpd will refuse connection? |
|
a******i 发帖数: 30 | 16 That means if I try to connect to my computer through http, connection will be refused
. Or in another word, I can not connect to my computer through http even I did
start httpd. Anyway, I work the problem out now. That is one small problem in my
MySQL configuration. Thanks anyway. |
|
c**t 发帖数: 2744 | 17 Host ... is not allowed to connect to this MySQL server
You can fix this by setting up an account for the combination of client
hostname and username that you are using when trying to connect. If you
don't know the IP number or hostname of the machine from which you are
connecting, you should put an entry with '%' as the Host column value in
the user table and restart mysqld with the --log option on the server
machine. After trying to connect from the client machine, the information in
the MySQL |
|
c**t 发帖数: 2744 | 18 Try to run msyqladmin from another PC, doesn't work. How to enable remote
access? Any parameter I should specify when run mysqld? |
|
n******d 发帖数: 18 | 19 我有一个很强的服务器,Dual-Quad-Core CPU, 32GB内存。里面run的是Vista 64Bit.
但是对一个很大的数据库(4GB)运行MySQL的查询时,还是十分十分的慢,我也加过
Index等,还是没有效果,一查,发现CPU基本没有用 Mysqld进程只用了1%不到的CPU,
内存也没有好好用,一共只用了几百MB。
怎么设置一下能让系统资源多分配给MySQL啊? |
|
f******h 发帖数: 159 | 20 或者看 /usr/sbin下有没有MYSQLD |
|
p*****u 发帖数: 214 | 21 mysql trigger 要谨慎使用,如果处理数量很大,最好不要用,会降低mysqld 的效率
,如果是为了少量的数据,trigger会起到很好的作用,大量数据处理还是写script吧
。而且对错误处理会更丰富。 |
|
m**r 发帖数: 60 | 22 自己顶一下, 大牛请指一条路吧。
设performance_schema=off,mysqld占用内存少了不少,可是趋势还在。 |
|
c**t 发帖数: 2744 | 23 在inMotion租了个eLite Dedicated Server: 3.7G Turbo 4C/8T; 16GB RAM and
2X250 GB SSD. 想跑个小的MySQL,支持800人同时在线,主要是读。总感觉m
ysql的设置不对。哪位大虾帮忙指点一下,怎么优化设置?
07:27 PM/etc>cat my.cnf
[mysqld]
max_connections = 150
max_user_connections = 100
query_cache_size = 64M
skip-external-locking
key_buffer_size = 64M
max_allowed_packet=268435456
table_open_cache = 256
sort_buffer_size = 1M
net_buffer_length = 16K
read_buffer_size = 1M
read_rnd_buffer_size = 1M
myisam_sort_buffer_size = 32M
innodb_file_per_table
tmp_table_s... 阅读全帖 |
|
b*****n 发帖数: 221 | 24 用来跑一些大众东东,transmissiod,httpd,mysqld,mediatomb,asterisk,etc.24/7开
机.
准备装ubuntu.要求安静和低功耗.video output有就行. |
|
C*****n 发帖数: 1049 | 25 上个月花了15块钱在ebay adorama买了个E02版本,买回来就直接改了boot loader先检
查优盘有没有操作系统可以启动。
然后在优盘上装了个debian wheezy,于是想看看这个家伙性能究竟怎样就把各种关于
网络的服务和软件都装上了。
像什么samba、minidlna、lighttpd、mysqld、php5、vsftpd、gitolite等等这些装上
稍加配置就能用。然后把imagemagick,gallery3装上看看它处理图片和电影的性能怎
样,感觉还行,当然处理大的照片自然是最慢的了。
过了两天觉得玩得不够尽兴又把postfix、dovecot、squirrelmail这些邮件服务都装上
,让它给我收发邮件,于是给家里的动态IP在freedns上搞了免费域名,设好MX记录,
家里的router装了optware后自动更新IP地址,这样就保证能收邮件了。至于发邮件,
由于ISP已经把家里这个动态IP的网段提交给PBL advisory block list了,有些收邮件
的smtp服务器只要采用了这个PBL就会退回邮件,而gmail等倒不退回,直接扔spam... 阅读全帖 |
|
b***i 发帖数: 3043 | 26 最近折腾了一段时间,搞清楚了Spring JDBC。现在继续折腾JPA。求高手指点。
OpenShift上的Spring-quickstart架在jboss eap上,使用了h2,这是个内存中的数据库
,我想改为Mysql。Readme说,只要把persistene.xml里面的
java:jboss/datasources/ExampleDS
改成
java:jboss/datasources/MysqlDS
就行了。但是我试了不行,页面为the page was not found。我觉得,至少得把Mysql的
用户名密码什么的写了吧?我使用的是Eclipse,没有安装jboss,所以找不到
standalone.xml,也没有module.xml。相关的有一个文件spring-quickstart-ds.xml,
里面有
http://www.jboss.org/ironjacamar/schema"
... 阅读全帖 |
|
h**********c 发帖数: 4120 | 27 ps aux | grep mysqld
for example. |
|
d****i 发帖数: 4809 | 28 MySQL已经是最小白最好用的DB了,如果你用过Oracle或者DB2之类的大型商用数据库的
话,恐怕会吐槽更多。关于1,你看看是否可以这样修改:
vi /etc/mysql/my.cnf
在[mysqld]下面,加上以下两行看看行不行
# charset setting
character-set-server = utf8
character-set-filesystem = utf8
DEFAULT |
|
w***g 发帖数: 5958 | 29 这个应该不至于产生瓶颈吧。修改/etc/my.cnf加入
[mysqld]
innodb_buffer_pool_size = 10000M
看看。
take |
|
G****e 发帖数: 1480 | 30 yes I googled.
One post suggested I type
$ service mysqld start
However, I got an error message says "failed"
any suggestions? |
|
B****l 发帖数: 56 | 31 新人,请教一个cloudera的安装问题。
我在学着安装cloudera, 开始mysql都还好好的,直到到了安装jdbc连接器那里,安装
之后,就发现mysql不能用了
mysql -u root -p 再输入密码后报错error 2002(hy000):can't connect to local
mysql server through socket '/var/lib/mysql/mysql.sock' (2)
然后偶发现是mysqld启动不了,一直显示failed。
这会是啥问题呢?
另外,我最开始也是用cloudera manager自动 安装的,可是安装好了打开那个网页链
接永远就是一片空白。试了两三次都这样。
所以才改成手动安装的,但又卡住了。可能问题太蠢了,还请大家多多指教!!
谢谢了。 |
|
s*******d 发帖数: 4135 | 32 下面是每个进程的内存使用量:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2065 asterisk 20 0 35968 12m 2748 S 0.0 10.4 0:35.80 apache2
2003 asterisk 20 0 37276 12m 2580 S 0.0 10.4 0:21.92 apache2
2398 asterisk 20 0 35972 12m 2768 R 8.6 10.0 0:36.16 apache2
2004 asterisk 20 0 35968 12m 2640 S 0.0 9.9 0:04.26 apache2
2403 asterisk 20 0 35964 9044 1164 S 0.0 7.3 0:02.71 apache2
2177 asterisk 20 0 36232 8840 1160 S 0.0 7.1 0:02.18 apache2
2002 ast... 阅读全帖 |
|
c**y 发帖数: 2282 | 33 520 www-data 20 0 32976 9.8m 3300 S 0.0 8.0 0:06.90 php-cgi
726 mysql 20 0 30288 6364 2820 S 0.0 5.1 0:14.73 mysqld
21716 asterisk -11 0 20904 6112 1928 S 0.0 4.9 1:00.68 asterisk
505 www-data 20 0 28380 1832 104 S 0.0 1.5 0:00.10 php-cgi
22751 www-data 20 0 5688 1748 888 S 0.0 1.4 0:00.05 nginx
22718 root 20 0 3160 1720 1340 S 0.0 1.4 0:00.12 bash
22774 root 20 0 2552 1164 936 R 1.0 0.9 0:00.16 top
22717 root 20 0 2616... 阅读全帖 |
|
c**y 发帖数: 2282 | 34 这个带表头的能好看点
top - 18:14:03 up 2 days, 9:48, 1 user, load average: 0.00, 0.02, 0.00
Tasks: 50 total, 1 running, 49 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.3%us, 0.3%sy, 0.0%ni, 99.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%
st
Mem: 125732k total, 120400k used, 5332k free, 28324k buffers
Swap: 0k total, 0k used, 0k free, 48532k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
520 www-data 20 0 32976 9.8m 3300 S 0.0 8.0 ... 阅读全帖 |
|