why always using SQLite db ?

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.
4/9/2014 3:06:34 AM
Gravatar
Total Posts 7

why always using SQLite db ?

HI ,
I follow your step to create my database(ie , mojoprodt), and database user name (ie,root),password(ie,root) using MYSQL. 
then I set my connection string in user.config file like this: 

<add key="MySqlConnectionString" value="Server=localhost;Database=mojoprodt;Uid=root;Pwd=root;Charset=utf8;" />

then, in the web.config I  simply  type a space somewhere and save it after reading your Important Note http://www.mojoportal.com/webconfig.aspx

When I run mojoPortal Setup,visit the web page at http://localhost:5457/Default.aspx. It works. But it always connect  SQLite db,mojo.db.config

Why always using SQLite db ,mojo.db.config, is located at WebRoot/Data/sqlitedb/ ?

Please help me.

Thank you.

4/9/2014 7:09:33 AM
Gravatar
Total Posts 18439

Re: why always using SQLite db ?

Hi,

I have just updated the My Sql documentation to make the steps more clear. You downloaded the SQLite package of mojoPortal which is wrong, you should download the MS SQL package and the MySql data layer package as described in the article.

Hope that helps,

Joe

4/9/2014 9:02:45 PM
Gravatar
Total Posts 7

Re: why always using SQLite db ?

Thanks a lot.

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