请教mysql在centos4.1上的安装错误

发布于 2022-09-27 16:08:51 字数 1820 浏览 12 评论 0

刚在centos4.1上尝试安装MYSQL(使用已编译完成的mysql-standard-4.1.16-pc-linux-gnu- i686.tar.gz包),已建立了mysql组和用户以及安装路径,把压缩包解压后,准备执行. /scripts/mysql_install_db,出现以下错误:
-------------------------------------------------------------------------
ERROR: 1064  You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near "" at line 1
060601 16:04:41 [ERROR] Aborting

060601 16:04:41 [Note] ./bin/mysqld: Shutdown complete

WARNING: HELP FILES ARE NOT COMPLETELY INSTALLED!
The "HELP" command might not work properly

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:
./bin/mysqladmin -u root password "new-password"
./bin/mysqladmin -u root -h centos4 password "new-password"
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run
the ./bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!

You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &

You can test the MySQL daemon with the benchmarks in the "sql-bench" directory:
cd sql-bench ; perl run-all-tests

Please report any problems with the ./bin/mysqlbug script!
------------------------------------------------------------------
请问ERROR: 1064 是什么原因造成的?以前用同样的方式在REDHAT 7.3下面安装MYSQL
就没出现过这样的问题,是不是CENTOS4.1对该版本MYSQL支持不好?大家以前有没有遇过类似的问题啊?恳请指点一二,谢谢!~~~

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疏忽 2022-10-04 16:08:51

好像是说你的mysql_install_db中的SQL语法有错误,你再仔细检查检查。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文