Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于某些超出我的原因,我无法访问机器上的 mysql 服务器。我正在使用 CentOS 5 寻找未受影响的 MT (dv) 服务器。关于如何获取根目录的任何想法?
使用跳过的授权表在安全模式下启动(首先停止正在运行的)你的 MySQL,例如:
safe_mysqld --user=mysql --skip-grant-tables --skip-networking
此后,您应该可以在没有密码的情况下访问您的数据库,并且可以创建一个新的用户/密码。