Differences in MySQL & SQL Server versions

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
3/14/2009 8:11:19 PM
Gravatar
Total Posts 46

Differences in MySQL & SQL Server versions

OS is Windows 2003 Server
DB is mySQL Community Edition 5.077 / MS SQL 2005 Standard Edition
MySQL 2.2.9.2

I had two parallel installations of mojoPortal on the same server, one using MS SQL and one using mySQL
I used the same web.config in both installations and changed the database connection string in the user.config.
This was the only difference between the two installs.

In the MS SQL version under Administration > Site Settings there is a "Mail Settings" tab.
In the mySQL version this tab does not exist.

Is this behavior by design or did I mess something up on the MySQL install?

Thanks   /Bob

 

3/15/2009 7:54:44 AM
Gravatar
Total Posts 70

Re: Differences in MySQL & SQL Server versions

The appearance of Mail Settings in Site Settings is determined by a config setting:

<add key="EnableSiteSettingsSmtpSettings" value="true" />

as described here:

http://www.mojoportal.com/emailconfiguration.aspx

Hope that helps,

Steve

3/15/2009 11:28:36 AM
Gravatar
Total Posts 46

Re: Differences in MySQL & SQL Server versions

Thank you, Steve. I appreciate the help.

I'm still confused because I built both sites with the same web.config and user.config but I'm not going to worry about that. :-)

You must sign in to post in the forums. This thread is closed to new posts.