linux 中怎么利用fedora自动安装mysql,针对这个问题,这篇文章详细介绍了相对应的分析和解答,希望可以帮助更多想解决这个问题的小伙伴找到更简单易行的方法。问题1: error: 'Access denied for us
linux 中怎么利用fedora自动安装mysql,针对这个问题,这篇文章详细介绍了相对应的分析和解答,希望可以帮助更多想解决这个问题的小伙伴找到更简单易行的方法。
问题1: error: 'Access denied for user 'root'@'localhost' (using passWord: YES)'重新设置密码
# /etc/init.d/Linux Mysql stop # Linux mysqld_safe --user=Linux mysql --skip-grant-tables --skip-networking & # Linux mysql -u root Linux mysql Linux mysql> UPDATE user SET Password=PASSWORD('newpassword') where USER='root'; Linux mysql> FLUSH PRIVILEGES; Linux mysql> quit # /etc/init.d/Linux mysql restart # Linux mysql -uroot -p Enter password: <输入新设的密码newpassword>
Linux mysql>问题2:这样可能会出现一个问题,就是进入Linux mysql没有密码,可是也找不到Linux mysql-user这样的数据库怎么办?可以使用数据库的备份还原。前提是已经有一个正确安装的数据库。
Linux mysqldump --opt Linux mysql >Linux mysql.sql这样就导出了文件把文件拷贝到目的机子。然后 Linux mysql Linux mysql>create database Linux mysql; Linux mysql>user Linux mysql; Linux mysql>source Linux mysql.sql的位置。
问题3,实在没办法,就用fedora的自动安装。这样会出现一个问题。SELinux 正在阻止 /usr/libexec/Linux mysqld 使用无标志文件()。是因为fedora的防火墙设置。首先如果你希望远程使用Linux mysql,就在防火墙设置里加上3306的端口。
关于Linux 中怎么利用fedora自动安装mysql问题的解答就分享到这里了,希望以上内容可以对大家有一定的帮助,如果你还有很多疑惑没有解开,可以关注编程网数据库频道了解更多相关知识。
--结束END--
本文标题: Linux 中怎么利用fedora自动安装mysql
本文链接: https://lsjlt.com/news/285901.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0