ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Moving from Apache and mysql

    IT Discussion
    nginx apache mysql mariadb
    4
    8
    2.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • AmbarishrhA
      Ambarishrh
      last edited by

      Now that I have the new server setup with Centos7, and migrating my wp blog to the new server, I am even thinking about changing the webserver and DB too!

      Thinking about replacing Apache with Nginx and mysql with MariaDB for my wordpress. I don't see any glitches in the migration, but just wanted to check with you guys, if this is a good decision.

      sreekumarpgS 1 Reply Last reply Reply Quote 0
      • sreekumarpgS
        sreekumarpg @Ambarishrh
        last edited by sreekumarpg

        @Ambarishrh
        Nginx is an open source web server written to address some of the performance and scalability issues associated with Apache

        This performance-comparison may help you http://www.theorganicagency.com/apache-vs-nginx-performance-comparison/

        nginx-1-600x364.png

        1 Reply Last reply Reply Quote 1
        • scottalanmillerS
          scottalanmiller
          last edited by

          For PHP apps like WordPress, Apache is often faster and better suited than nGinx. If you are doing the migration purely for your own educational purposes, by all means, go crazy. If you are doing it because you think that it will improve performance or is a good technical decision, it is not.

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            MariaDB is just a fork of MySQL. For most Linux distros the choice between the two is which one is bundled with your OS. I would not deviate from this unless you have an extreme technical need to do so.

            JaredBuschJ 1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch @scottalanmiller
              last edited by

              @scottalanmiller said:

              MariaDB is just a fork of MySQL. For most Linux distros the choice between the two is which one is bundled with your OS. I would not deviate from this unless you have an extreme technical need to do so.

              Additionally, if you install CentOS7 minimal and then do

              yum install mysql
              

              You get MariaDB anyway.

              1 Reply Last reply Reply Quote 2
              • AmbarishrhA
                Ambarishrh
                last edited by

                @JaredBusch Nice! was not aware of that, so CentOs already switched to MariaDB? 🙂

                JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch @Ambarishrh
                  last edited by

                  @Ambarishrh MySQL is in the EPEL I believe so once you add that, I am not sure what it pulls down.

                  1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @Ambarishrh
                    last edited by

                    @Ambarishrh said:

                    @JaredBusch Nice! was not aware of that, so CentOs already switched to MariaDB? 🙂

                    Yes. RHEL = CentOS.

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    • First post
                      Last post