Base solution for your next web application
Open Closed

Using MYSQL as the primary db #1932


User avatar
0
commondesk created

Is there any reason why we cant use MYSQL as the primary db?

Are there any SQLServer specific stored procedures used anywhere?

I found this as a starting point. <a class="postlink" href="http://forums.mysql.com/read.php?174,601264,601264">http://forums.mysql.com/read.php?174,601264,601264</a>

Thanks


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can use MySql, there is no problem with it and AspNet Zero does not contain any Stored Procedure. We choosed Sql Server as default because we try to use Microsoft technologies as much as possible.

  • User Avatar
    0
    gunpal5 created

    Hello,

    I tried to use MySql instead of MsSql I get few issues.

    I would need to update the abp core libraries specifically the abp zero which is not compatible with MySQL is there any chance or releasing MySQL compatible libraries?

    Regards Gunpal Jain

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Can you share the error you are getting ? Maybe we can find a solution for that.

    By the way, have you seen this forum topic and github issue ? #2110@a9f7a4c0-f39d-4cc0-a987-ae27c380df9e <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/issues/77">https://github.com/aspnetboilerplate/mo ... /issues/77</a>

    Those might be helpful for you.