What is microsoft sql server password when u configure it first (1 Viewer)

raghav

New Member
May 13, 2008
2
0
Home Country
United States of America United States of America
I see "sa" as the user id but what do you enter as password??
 

Lian

Portal Member
April 5, 2007
7
0
42
Home Country
South Africa South Africa
'MediaPortal' if I remember correctly lol you should pay attention.
 

raghav

New Member
May 13, 2008
2
0
Home Country
United States of America United States of America
thks for the prompt response. Sorry for missing that ;)
 

yitiana

New Member
July 30, 2010
1
0
Home Country
United States of America United States of America
When you installed MSSQL Server on your computer, it would have asked you to set a password for it. If not, maybe null.
You can use command prompt to change sql password.
Code:
Osql -S yourservername -E 
1> EXEC sp_password NULL, 'yourpassword', 'sa'
2> GO
Here is an article describes 4 methods to change sql server password, that could help you.
 

Users who are viewing this thread

Similar threads

Hi, I didn't have SQL problems but just wanted to agree that on my Win7 system, a clean install of 1.36 TV server x86 does not work since it won't start the TV server configuration. Installing 1.33 first and upgrading to1.36 fixed the problem. Eggert
Hi, I didn't have SQL problems but just wanted to agree that on my Win7 system, a clean install of 1.36 TV server x86 does not...
Hi, went from a 1.29 install (working, reinstalled for other reasons) on a fairly fresh and fully updated Windows 10 system for a...
Replies
26
Views
10K
Fixed, I think. Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that these were never part of the install package itself, but rather downloaded during the install, and that link no longer exists. Shame that the installer doesn't indicate this. Last time when I installed the...
Fixed, I think. Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that...
Hi all, I've recently retired my MP2 setup for my main HTPC and gone back to separates, but I wanted to retain the ability to play...
Replies
4
Views
422
I switched back to MePo 1 some time ago, and havent really used it that much. But i wanted to watch some old movies stored as ISO file. Virtuel Clone drive is installed, and it can mount the ISO file. However when i try to select it from MePo i only get an error that i cannot mount it. [2026-06-07 14:56:35,994] [Error ] [MPMain ]...
I switched back to MePo 1 some time ago, and havent really used it that much. But i wanted to watch some old movies stored as ISO...
I switched back to MePo 1 some time ago, and havent really used it that much. But i wanted to watch some old movies stored as ISO...
Replies
0
Views
435
I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For the first example, I highlighted the example text and eventually found the location in the menus where I could select the CODE macro to have the example text formatted as a code example. So far, so good...
I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
Replies
0
Views
922
Thank you for this tip! I'm moving MP TV Server to a new machine. I installed the 64-bit version and most of the MP firewall rules were set to Public. I couldn't connect to the new TV Server from my old single-seat installation running 32-bit until I changed all MP-related firewall rules on the new machine to Private. Before I did...
Thank you for this tip! I'm moving MP TV Server to a new machine. I installed the 64-bit version and most of the MP firewall...
Server and client on modern uptodate Windows 11 desktop. Software is Server and Client version x86 1.38.003 Remote client on...
Replies
26
Views
3K
Top Bottom