Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

MariaDB vs MySQL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MariaDB vs MySQL

    I have seen more articles about the MariaDB versus MySQL.

    I am curious, are there any Alpha folks who have tried it? Any thoughts or comments?
    What would be the advantage of MariaDB over MySQL?
    Will the MySQL connector work ok with MariaDB?

    Mike
    Mike Reed
    Phoenix, AZ

    #2
    Re: MariaDB vs MySQL

    I'm not using it (yet) but have looked into it. Three key thoughts:
    1) MariaDB is safer as a free open-source product since it is now owned by a non-profit organization specifically created for that reason and MySQL is owned by the for-profit Oracle.
    2) MariaDB is reportedly leaps and bounds ahead of MySQL in terms of performance and features, and the fact that almost all of the key creators/developers of MySQL are now working on MariaDB, combined with the fact that Google migrated all of its databases last year from MySQL to MariaDB (can you imagine the complexity in that?), gives that idea some credibility in my mind.
    3) I don't know if the MySQL connector will work with MariaDB but the developers of MariaDB have specifically left syntax and most functionality the same as MySQL up to this point to allow for developers to migrate more easily, so my guess is yes, and I'm quite sure I've seen references on this forum of Alpha developers using it. Worst case scenario you could download and install it and try...

    Comment


      #3
      Re: MariaDB vs MySQL

      kkfin, I think, is working with mariaDB, If I am not mistaken.
      he can shed some insight.
      thanks for reading

      gandhi

      version 11 3381 - 4096
      mysql backend
      http://www.alphawebprogramming.blogspot.com
      [email protected]
      Skype:[email protected]
      1 914 924 5171

      Comment


        #4
        Re: MariaDB vs MySQL

        I'm using Maria in a deployed application and have done testing in other apps with it. It's a virtual drop in replacement for MySQL. Even the service is still named mysql. You don't need to make any adjustments at all to use it with Alpha.
        Jim Coltz
        Alpha Custom Database Solutions, LLC
        A5CustomSolutions.com
        [email protected]

        Comment


          #5
          Re: MariaDB vs MySQL

          Jim,

          What happens to MySQL when you install MariaDB? I read the install routine and it uses the same 3306 port, same windows service name, etc. Doesn't that conflict with MySQL?
          Steve Wood
          See my profile on IADN

          Comment


            #6
            Re: MariaDB vs MySQL

            Originally posted by Steve Wood View Post
            Jim,

            What happens to MySQL when you install MariaDB? I read the install routine and it uses the same 3306 port, same windows service name, etc. Doesn't that conflict with MySQL?
            MariaDB kind of replaces MySQL. When you want to use both (why?) you probably have to change ports.
            I use MariaDB because it has built in Sphinx as a search engine. If someone needs full text search this is a great option!

            Comment


              #7
              Re: MariaDB vs MySQL

              Sort of a MySCoup d'�tat
              Steve Wood
              See my profile on IADN

              Comment


                #8
                Re: MariaDB vs MySQL

                I'm building a new app for a non profit, so I think I'm going to try it out.
                The more I read about MariaDB, it sounds like it will become a better option.
                I took an existing app and moved all the data into MariaDB and worked great, and with a slight performance increase in some things I tried. So it looks encouraging.
                I'll be curious to how it works with the new app. And to see if and how others might be using it.
                Mike Reed
                Phoenix, AZ

                Comment


                  #9
                  Re: MariaDB vs MySQL

                  Originally posted by Jahnel View Post
                  MariaDB kind of replaces MySQL. When you want to use both (why?) you probably have to change ports.
                  I use MariaDB because it has built in Sphinx as a search engine. If someone needs full text search this is a great option!
                  Clients are usually locked into a database so everything has to be installed and working. I've got MySQL, SQLServer and Firebird installed. MariaDB sounds good so it'll go in as well, under a different port, to keep MySQL happy. And... Navicat supports MariaDB. Not so much Firebird.

                  MySCoup d'�tat...

                  Comment


                    #10
                    Re: MariaDB vs MySQL

                    Sort of a MySCoup d'�tat
                    Since the creators of MariaDB are the people who created MySQL and the ownership of it was basically bought out from under them, I doubt seriously they feel all that guilty to piggyback off their own work. As I understand it, they intend to break with MySQL at some point in the future but needed to make sure migration remains simple for a while trying to secure a user base.

                    And as an additional aside, I learned it's pronouced MAH-ree-uh just in case you have verbal conversations about it.

                    Comment


                      #11
                      Re: MariaDB vs MySQL

                      MariaDB is the best.
                      It is not that complicated to move your MySQL db to MariaDB. 99% of you MySQL db will run fine.

                      Check this video for more http://www.youtube.com/watch?v=SyFFH_VA1HE

                      more video
                      http://www.youtube.com/watch?v=B_dHsTLt674
                      Last edited by Ferenju; 05-29-2014, 12:39 PM.
                      {

                      Comment


                        #12
                        Re: MariaDB vs MySQL

                        MariaDB works very well. Your application won't have an idea you're not using MySQL. Whether you're using Alpha Five, Instant Developer, or any of the tools like SQLYog, Navicat, etc, I have not found anything that didn't work.

                        The normal MySQL ODBC drivers work with MariaDB, they don't even know there is a difference. I too use Sphinx Full Text search since it is lightyears ahead of MySQL's own.

                        There are 2 forks of MariaDB, one that follows MySQL releases fairly well, the V5 series, but there is also a V10 version which has a bunch of new features that aren't in MySQL. I have not used that version because I want to replace MySQL with MariaDB.

                        There should be no reason to run both of them on the same system.

                        Comment


                          #13
                          Re: MariaDB vs MySQL

                          I've been using MariaDB instead of MySQL for a while now, and no hiccups yet. Nothing indepth, but Alpha hasn't noticed any difference. All of the MySQL tools work with it so far.

                          Comment


                            #14
                            Re: MariaDB vs MySQL

                            How about stored procedures? Will MariaDB run stored procedures created in MySQL?
                            Pat Bremkamp
                            MindKicks Consulting

                            Comment


                              #15
                              Re: MariaDB vs MySQL

                              Pat,

                              MariaDB is a drop-in replacement for MySQL. So everything should work.

                              Of course, I haven't used it - yet.
                              Peter
                              AlphaBase Solutions, LLC

                              [email protected]
                              https://www.alphabasesolutions.com


                              Comment

                              Working...
                              X