Finally! No More Server 500 Error!
Had to reinstall wordpress.
Archive for the 'Programming' CategoryFinally! No More Server 500 Error!Had to reinstall wordpress. Changing SQL Server Namesp_dropserver @server=’SERVER-1′ sp_addserver @server=’SERVER-2′, @local=’LOCAL’ Then restart SQL Server service. Where Are The Smart Programmers?I was talking to some friends the other day, and I made the comment that I can’t seem to find any programmers that I like. They don’t have to be the best programmer in the world, but I want someone who can think abstractly and out-of-the-box. I asked my friends my interview questions, and they [...] Turn Identity OffSQL to allow the insert of data into the identity column: SET IDENTITY_INSERT table ON [sql] SET IDENTITY_INSERT table OFF Updated DB!I finally got MySQL to be version 5. Yea! |