ChinaUnix.net
相关文章推荐:

MYSQL备份出错了怎么解决

make /usr/bin/ld: cannot find -lstdc++ collect2: ld returned 1 exit status make[2]: *** [mysql] Error 1 make[2]: Leaving directory `/home/lijie/mysql-src/build/client' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/lijie/mysql-src/build' make: *** [all-recursive-am] Error 2 gcc版本2.9.5

by linetsam88 - Linux论坛 - 2004-06-16 15:46:29 阅读(268) 回复(1)

相关讨论

我原本想修改root的密码,我用phpmyadmin修改了mysql数据库中的user表的两个root的password项,phpmyadmin就出现以下错误,左边只剩下一个test数据库了,phpmyadmin无法再管理数据库了,如何解决? The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file! Your configuration file contains settings (root with no password) that correspond to the default mysql privileged account. Your mysql ser...

by nanhairen - MySQL - 2003-07-01 17:19:51 阅读(811) 回复(0)

我原本想修改root的密码,我用phpmyadmin修改了mysql数据库中的user表的两个root的password项,phpmyadmin就出现以下错误,左边只剩下一个test数据库了,phpmyadmin无法再管理数据库了,如何解决? The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file! Your configuration file contains settings (root with no password) that correspond to the default mysql privileged account. Your mysql s...

by nanhairen - 服务器应用 - 2003-07-01 17:54:33 阅读(463) 回复(1)

操作系统redhat as3.0 u3 安装的是mysql 3.23.41 ./configure 没有问题 但是make 的时候出现以下错误: make[1]: Leaving directory `/home/mysql-3.22.32/Docs' Making clean in include make[1]: Entering directory `/home/mysql-3.22.32/include' make[1]: Nothing to be done for `clean'. make[1]: Leaving directory `/home/mysql-3.22.32/include' 请问如何解决

by qiuqiu621 - MySQL - 2005-07-14 15:10:09 阅读(792) 回复(2)

mysql网站下载了mysql-max-4.1.1-alpha-pc-linux-i686.tar.gz,解压以后进行编译的时候出现如下: NOTE: This is a mysql binary distribution. It's ready to run, you don't need to configure it! 如果不需要编译,那么该如何安装运行呢? 还有我同时还下载了:mysql-4.1.1-alpha.tar.gz 和:mysql-standard-4.1.1-alpha-pc-linux-i686.tar.gz 不过解压时都出现: tar xvfz mysql-4.1.1-alpha.tar.gz gzip: stdin: unexpected...

by 尘飞扬_cq - MySQL - 2004-06-12 12:03:27 阅读(897) 回复(3)

用phpinfo();有显示..... 但把phpbbs解压到/www/data/提示如下... Fatal error: Call to undefined function: preg_match() in /home/www/data/install/install.php on line 206 那里出错了.. ./install ./config.php 都改成 777 了 安装完 php*-ex...可以了...记得选上pecl??忘了^_^ [ 本帖最后由 shortboy 于 2006-7-9 14:43 编辑 ]

by shortboy - BSD - 2006-07-06 21:51:15 阅读(1240) 回复(7)

我用mysqldump备份: #mysqldump farily sales >;/db_backups/sales_2004_07_06.sql mysqldump: unrecognized option `--max_allowed_packet=16M' 我在用mysqlchk也出现这种问题,请问是不是我的配置文件没配好呀.

by scbxfeng - MySQL - 2006-01-18 11:08:58 阅读(967) 回复(2)

我用ports 安装proftpd-mysql 出错了.错误如下.望大家能帮我看看到底问题在那里.并且希望大家能给我一个解决的办法谢谢. checking whether printf supports %llu format... yes checking checking for duplicate module requests... no configure: error: source file './modules/mod_sqlmod_sql.c' cannot be found -- aborting ===> Script "configure" failed unexpectedly. Please report the problem to [email=beech@Free...

by nangzi - BSD - 2008-11-05 12:45:08 阅读(1152) 回复(1)

root@admin-laptop:/etc/init.d# ./mysql start Starting mysql database server: mysqld. . . . . . . . . . . . . . ...failed or took more than 6s. Please take a look at the syslog. /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock' (2)' 找不到错误所在,各位大哥有没有遇到这个问题,请教哦 Check th...

by fnet - BSD - 2007-04-22 18:50:16 阅读(1751) 回复(2)

当启动 mysql 时:提示如下错误 No mysqld pid file found. Looked for /data/mysql/data/Gate.pid.

by xagood - MySQL - 2005-07-06 09:03:55 阅读(745) 回复(1)

ASP程序运行如下: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [mysql][ODBC 3.51 Driver]Client does not support authentication protocol requested by server; consider upgrading mysql client /test/asp_mysql.asp, line 14 ASP代码: <% set conn=server.createobject("adodb.connection") conn.open "Driver={mysql odbc 3.51 driver};database=test;uid=admin;pwd=benny;option=16386;" %>;

by miaomiaoga - MySQL - 2004-09-12 19:09:08 阅读(1166) 回复(1)