|
|
为了进行数据库课程的实验,打算使用mysql(老师要求的那个本校开发的数据库系统,不敢恭维)。可是却无法成功。
如果使用/etc/rc.d/mysqld start,则会提示fail.
倘若手动执行mysqld,也提示错误。
- 18:28:11 ~ $mysqld
- 090602 18:28:33 [Warning] Can't create test file /var/lib/mysql/Lystem.lower-test
- 090602 18:28:33 [Warning] Can't create test file /var/lib/mysql/Lystem.lower-test
- mysqld: Table 'mysql.plugin' doesn't exist
- 090602 18:28:33 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
- 090602 18:28:33 InnoDB: Operating system error number 13 in a file operation.
- InnoDB: The error means mysqld does not have the access rights to
- InnoDB: the directory.
- InnoDB: File name ./ibdata1
- InnoDB: File operation call: 'open'.
- InnoDB: Cannot continue operation.
- 18:28:33 ~ $sudo mysqld
- 090602 18:28:37 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
- 090602 18:28:37 [ERROR] Aborting
- 090602 18:28:37 [Note] mysqld: Shutdown complete
复制代码
哪位朋友能帮忙解决一下?我对mysql是一窍不通。。。 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|