MySQL5.0.51a make install安装完成后没有scripts目录是怎么回事呢?
MySQL5.0.51a make install安装完成后没有scripts目录是怎么回事呢?
整个目录结构如下:
root@HBubuntu01:/tmp/mysql-5.0.51a# ls /usr/local/mysql/ -l
total 36
drwxr-xr-x 2 root root 4096 Feb 28 00:38 bin
drwxr-xr-x 3 root root 4096 Feb 28 00:38 include
drwxr-xr-x 2 root root 4096 Feb 28 00:38 info
drwxr-xr-x 3 root root 4096 Feb 28 00:38 lib
drwxr-xr-x 2 root root 4096 Feb 28 00:38 libexec
drwxr-xr-x 4 root root 4096 Feb 28 00:38 man
drwxr-xr-x 8 root root 4096 Feb 28 00:38 mysql-test
drwxr-xr-x 3 root root 4096 Feb 28 00:38 share
drwxr-xr-x 5 root root 4096 Feb 28 00:38 sql-bench
没有scripts目录,找不到旗下的mysql_install_db文件也就没法初始化数据库啊!该怎么解决呢?直接从源也就是/tmp/mysql-5.0.51a目录中复制过来一个scripts包括其下文件,可以吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用bin/mysql_install_db --user=mysql
对