我已经尝试恢复MySQL数据库一段时间了
root@lsstreetwars1:/home# service mysql restart
mysql stop/waiting
mysql start/running, process 9609
root@lsstreetwars1:/home# mysql -u root -p forum > server.sql
Enter password:它只是卡在这里,而且数据库只有几兆字节。
发布于 2016-11-29 21:07:15
你犯了一个错误,你的方向是炮弹重定向。试试这个:
mysql -u root -p forum < server.sqlhttps://askubuntu.com/questions/806792
复制相似问题