因为我移动了服务器,我丢失了数据库。 我仍然在我的laravel文件夹中进行迁移。我在项目的根目录中也有这个rater.sql文件。有没有办法让我的数据库恢复迁移?
答案 0 :(得分:3)
如果您使用共享主机,则无法运行命令,因此您可以在FTP文件管理器中打开文件(我更喜欢PHPStorm),然后您可以运行以下命令,因为Hedam说:
php artisan migrate
现在您可以将数据库导出到本地主机并将其导入主机。
答案 1 :(得分:1)
如果您转储了数据库,则数据会丢失。 您可以使用
恢复数据结构// Set space for content height
let frameForPostContentLabel = NSString(string: content).boundingRect(with: CGSize(width: view.frame.width - 32, height: 120), options: NSStringDrawingOptions.usesFontLeading.union(NSStringDrawingOptions.usesLineFragmentOrigin), attributes: [NSFontAttributeName: UIFont.systemFont(ofSize: 15)], context: nil)
显然,我们不知道cell.postContentLabelHeight.constant = frameForPostContentLabel.height
包含什么,所以我建议您查看是否可以从此文件中恢复任何数据。