linux上装mysql过程中有错误
linux 在安装mysql-5.1.41-linux-ia64-glibc23.tar.gz过程中; 去到以下步骤: cd /usr chown -R mysql ./mysql/ chgrp -R mysql ./mysql/ cd mysql 其中scripts/mysql_install_db --user=mysql这个步骤不通过,出现以下错误: [root@vatti mysql]# scripts/mysql_install_db --user=mysql scripts/mysql_install_db: line 244: ./bin/my_print_defaults: cannot execute binary file Neither host 'vatti' nor 'localhost' could be looked up with ./bin/resolveip Please configure the 'hostname' command to return a correct hostname. If you want to solve this at a later stage, restart this script with the --force option 寻求正确的解决方法.
无法解析本机的hostname 怀疑你的/etc/hosts这个文件有问题 你输入hostname命令看显示什么? 使用hostname 主机名 来设置主机名 或者在/etc/sysconfig/network中追加一句HOSTNAME=主机名 up 我是直接RPM的 帮顶下 weidong0210引用 linux 在安装mysql-5.1.41-linux-ia64-glibc23.tar.gz过程中; 去到以下步骤: cd /usr chown -R mysql ./mysql/ chgrp -R mysql ./mysql/ cd mysql 其中scripts/mysql_install_db --user=mysql这个步骤不通过,出现以下错误: [root@vatti mysql]# scripts/mysql_install_db --user=mysql scripts/mysql_install_db: line 244: ./bin/my_print_defaults: cannot execute binary file Neither host 'vatti' nor 'l
相关问答:
我对SQL SERVER和ACCESS比较熟,所以数据库的通用基础东西可以说都掌握的差不多了,我现在想要的就是以上两数据库的独特之处的介绍和应用介绍。 另外书最好对应最新版本 oracle是11g吧 10的也行;mysql是5.1吧 谢 ......
两个文件1.PC,1.inc 1.PC有操作oracle数据库的 ,1.inc也有操作oracle数据库 在其他数据中如informix 中$include 1.inc就可以使用了 在ORACLE数据库重 $include 1.inc不可用 EXEC SQL include 1.inc也不可 ......
如题,在WINDOWS底下的CODE会,但在LINUX下不知道如何实现,JS的代码应该是不一样的。 求教。 分不够再加。 http://topic.csdn.net/u/20100113/08/17ba1e71-4c33-43f6-91a5-0e031c86e5ed.html linux ......
刚刚接触MySQL,不知道该如何去查看数据,插入数据,创建数据库、表,用哪为前辈能指教一二? MySQL 5.1参考手册 引用 兄弟你会结贴吗? mysql 参考手册 baidu MySQL官方文档 http://dev.mysql.com/doc ......