Issue of permission to install Mediawiki on Sql Server

Asked

Viewed 152 times

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.

Print do erro MediaWiki + Sql Server

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?

  • 1

    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.

  • 1

    Schema already exists before installation?

  • 2

    Very strange he wants to recreate the standard schema SQL Server... Sure that media wiki supports SQL Server?

  • 1

    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

  • I didn’t know that mediawiki already supports SQL Server. I will try to play the installation on my VM this holiday.

  • Did you find a solution? Poste as an answer to help other people.

  • Unfortunately, I couldn’t find a solution to this problem. I had to give up mediawiki and install Screwturn

  • Dude, you can check your Sqlserver user permissions and see if you can run this. @Andrefigueiredo

  • What is the SQL version? I installed it here normal in 2014

Show 4 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.