免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: smallstarli
打印 上一主题 下一主题

[系统安装] linux(RHEL5.6)安装pdo_mysql出错。提示mysql_querry missing[已解决] [复制链接]

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
61 [报告]
发表于 2013-08-13 19:08 |只看该作者
mysql没起来,检查下/var/log下的mysql的日志

论坛徽章:
0
62 [报告]
发表于 2013-08-13 19:10 |只看该作者
我还没找到mysql.sock呢。我还少什么包不

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
63 [报告]
发表于 2013-08-13 19:12 |只看该作者
应该不缺包了.你检查下mysql的日志吧.正常安装mysql-server包就可以启动服务了

论坛徽章:
0
64 [报告]
发表于 2013-08-13 19:12 |只看该作者
130813 20:32:26  mysqld started
130813 20:32:26 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
130813 20:32:26 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
InnoDB: Error: log file ./ib_logfile0 is of different size 0 50331648 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130813 20:32:26 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
130813 20:32:26  mysqld ended
少的那个东西,不知道是啥

论坛徽章:
0
65 [报告]
发表于 2013-08-13 19:13 |只看该作者
是因为权限没有设置吗

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
66 [报告]
发表于 2013-08-13 19:15 |只看该作者
报错了.你将mysql-server包卸载了,然后删除/etc/my.cnf以及/var/lib/mysql/目录,重新安装下mysql-server包吧
应该是你以前安装过mysql的软件造成的

论坛徽章:
0
67 [报告]
发表于 2013-08-13 19:22 |只看该作者
亲,我爱死你了。
[root@localhost ~]# service mysqld start
Initializing MySQL database:  Installing MySQL system tables...
130813 20:47:48 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
130813 20:47:48 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
OK
Filling help tables...
130813 20:47:48 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
130813 20:47:48 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
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:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'

Alternatively you can run:
/usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default.  This is
strongly recommended for production servers.

See the manual for more instructions.

You can start the MySQL daemon with:
cd /usr ; /usr/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 /usr/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
                                                           [  OK  ]
Starting MySQL:                                            [  OK  ]

论坛徽章:
0
68 [报告]
发表于 2013-08-13 19:23 |只看该作者
贴的有点多了···············我要不要把 php, pdo_mysql, phpmyadmin都装完再回家呀

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
69 [报告]
发表于 2013-08-13 19:24 |只看该作者
嗯,现在你就可以用mysql命令登陆到mysql服务器里面执行sql命令了

论坛徽章:
0
70 [报告]
发表于 2013-08-13 19:28 |只看该作者
你太聪明了,我还把密码改了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP