Page 1 of 1

Navicat

Posted: Sun Jul 20, 2014 11:45 am
by Rur0uni
So I'm getting ready to take a shot at building my own server, but the Navicat link in the wiki guide isn't working. Would anybody happen to know which versions of Navicat Lite work with the build so I can go out and find it elsewhere?

Re: Navicat

Posted: Sun Jul 20, 2014 12:45 pm
by atom0s
You can use MySQL workbench instead which is made by the creators of MySQL:
http://dev.mysql.com/downloads/workbench/

The community version is entirely free.

Re: Navicat

Posted: Sun Jul 20, 2014 1:13 pm
by Rur0uni
Awesome, I'll go with that then. Thanks for the help.

Quick follow-up question: There's 4 versions of Visual Studio 2013. Any preference? And does 32 or 64 matter for all of this?

Re: Navicat

Posted: Sun Jul 20, 2014 2:15 pm
by atom0s
There is no 64bit version of Visual Studio. You need 2013 and you need C++.
Depending on what page you are looking at, you may be seeing the other individual language installs like Vb.NET / C#, C++, etc.

Or you may be seeing things like Pro, Ultimate, Team, or Express.

Re: Navicat

Posted: Sun Jul 20, 2014 6:29 pm
by Rur0uni
The 4 versions of Visual Studio Express I'm seeing are 2013 for Web, 2013 with Update 2 for Windows, 2013 for Windows Desktop, and Team Foundation Server Express 2013 with Update 2. I'd imagine there isn't a whole lot of difference between them that would impact what's needed for the server, but better safe than sorry lol

Re: Navicat

Posted: Sun Jul 20, 2014 10:38 pm
by Signature

Re: Navicat

Posted: Mon Jul 21, 2014 5:31 pm
by Rur0uni
Much appreciated on those links. There's a lot I'm having to wrap my head around to get this server going, but I'll try my best not to annoy everybody with all the questions I'm bound to have lol

Re: Navicat

Posted: Wed Jul 23, 2014 3:30 pm
by Rur0uni
The Navicat link worked great, thanks.

As for Visual Studio, the install went fine, but it left out the Microsoft SQL server components. I'm assuming this is because the SQL server is already set up and it interfered with the install, but are the Microsoft components actually crucial to the whole process working?

Re: Navicat

Posted: Wed Jul 23, 2014 4:02 pm
by whasf
You don't need the MS SQL components for DarkStar

Re: Navicat

Posted: Thu Jul 24, 2014 1:27 am
by atom0s
The MSSQL stuff is for built in tools for Visual Studio. You don't need them as whasf said. DSP makes use of MySQL.