运行php artisan migrate
后,这就是我得到的错误。
[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 262 General SQL Server error: Check message
s from the SQL Server [262] (severity 14) [(null)] (SQL: create table "migr
ations" ("migration" nvarchar(255) not null, "batch" int not null))
[PDOException]
SQLSTATE[HY000]: General error: 262 General SQL Server error: Check message
s from the SQL Server [262] (severity 14) [(null)]
这是我使用Ubuntu将我的Laravel连接到MS SQL Server的漫长道路。
答案 0 :(得分:0)
我已经解决了。问题不在于连通性。数据库管理员刚刚为我提供了数据库中的有限用户。我刚刚发现MS SQL Server具有不同的可访问性用户。我要求DBA给予我完全访问权限,然后一切都很好。