6
I am having problems trying to install Mediawiki using Sql Server.
The following error occurs:
[SQLSTATE 42000][Error Code 2760][Microsoft][SQL Server Native Client 11.0][SQL Server]The specified schema name "dbo" either does not exist or you do not have permission to use it. [SQLSTATE 42000][Error Code 2759][Microsoft][SQL Server Native Client 11.0][SQL Server]CREATE SCHEMA failed due to Previous errors.
The error happens using both accounts Windows authentication
like the sa
in User Account for installation.
Note: Even after this error, the table I set is created.
What can I do about it?
If everything installed as you expected, I believe it may just be a Mediawiki bug referring to not checking if the schema already existed before trying to create again.
– Jefferson Silva
Schema already exists before installation?
– Leonel Sanches da Silva
Very strange he wants to recreate the standard schema SQL Server... Sure that media wiki supports SQL Server?
– gmsantos
It uses the standard schema
dbo
, after I left blank the field for this parameter. I am using the latest version of mediawiki, which says is SQL Server compatible– Andre Figueiredo
I didn’t know that mediawiki already supports SQL Server. I will try to play the installation on my VM this holiday.
– gmsantos
Did you find a solution? Poste as an answer to help other people.
– Maniero
Unfortunately, I couldn’t find a solution to this problem. I had to give up mediawiki and install Screwturn
– Andre Figueiredo
Dude, you can check your Sqlserver user permissions and see if you can run this. @Andrefigueiredo
– Roger Oliveira
What is the SQL version? I installed it here normal in 2014
– Jhonathan