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

    Web Application VS Windows Application

    IT Discussion
    programming
    17
    450
    109.2k
    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.
    • IT-ADMINI
      IT-ADMIN @JaredBusch
      last edited by

      @JaredBusch said:

      @IT-ADMIN said:

      on both

      No. MySQL is a database. SQL Server is a database.

      Neither one is the OS.

      sorry Mr @JaredBusch , i think there is a confusion here, i said i have 2 servers: windows and ubuntu, i have mysql on both OS, i hope my idea is clear now

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @IT-ADMIN
        last edited by

        @IT-ADMIN said:

        @JaredBusch said:

        @IT-ADMIN said:

        on both

        No. MySQL is a database. SQL Server is a database.

        Neither one is the OS.

        sorry Mr @JaredBusch , i think there is a confusion here, i said i have 2 servers: windows and ubuntu, i have mysql on both OS, i hope my idea is clear now

        That helps. Why do you have a database on both?

        1 Reply Last reply Reply Quote 0
        • IT-ADMINI
          IT-ADMIN
          last edited by IT-ADMIN

          i have mysql on windows a long ago, but recently i installed one application that work only on linux platform so i installed mysql in ubuntu along side with this linux application,

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

            Okay.. so only the MariaDB on Ubuntu is what matters here, right? The MySQL on Windows is a red herring?

            1 Reply Last reply Reply Quote 0
            • IT-ADMINI
              IT-ADMIN
              last edited by

              ok, but i just search on the internet about this mariaDB, i found that it is different than mysql

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • IT-ADMINI
                IT-ADMIN
                last edited by

                Ok, let us just keep simplicity, let's call it mysql, i do not want to confuse myself especially i'm about to start a new project, i have to stick to what is familiar to me so that i can move forward

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • IT-ADMINI
                  IT-ADMIN
                  last edited by

                  so ok, now for the DBMS we know that mysql on ubuntu is better than the one in windows and better than MS SQL Server, great

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • IT-ADMINI
                    IT-ADMIN
                    last edited by

                    also there is a software called lamp (similar to wamp in windows) i guess installing apache and mysql seperatly is more reliable than just install this ready to use application (i guess lamp only for testing and dev, in production envirnemnt we have to install things seperatly, isn't it)

                    scottalanmillerS 2 Replies Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @IT-ADMIN
                      last edited by

                      @IT-ADMIN said:

                      ok, but i just search on the internet about this mariaDB, i found that it is different than mysql

                      Yes, it is better. But it is what people CALL MySQL, you see. It's a fork that replaced it. Nearly all Linux distros ship MariaDB as MySQL.

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @IT-ADMIN
                        last edited by

                        @IT-ADMIN said:

                        Ok, let us just keep simplicity, let's call it mysql, i do not want to confuse myself especially i'm about to start a new project, i have to stick to what is familiar to me so that i can move forward

                        You need to understand this now, it will be worse later. MySQL is really silly to be discussing. You should be on MariaDB, it's that simple.

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @IT-ADMIN
                          last edited by

                          @IT-ADMIN said:

                          so ok, now for the DBMS we know that mysql on ubuntu is better than the one in windows and better than MS SQL Server, great

                          Yes, and MySQL on Ubuntu is MariaDB.

                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @IT-ADMIN
                            last edited by

                            @IT-ADMIN said:

                            also there is a software called lamp (similar to wamp in windows)

                            LAMP is what there always was. WAMP was copying the Linux ecosystem to Windows for people who just refused to leave Windows. WAMP is a horrible idea 🙂 Even Microsoft would say that.

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @IT-ADMIN
                              last edited by

                              @IT-ADMIN said:

                              i guess installing apache and mysql seperatly is more reliable than just install this ready to use application (i guess lamp only for testing and dev, in production envirnemnt we have to install things seperatly, isn't it)

                              WAMP is not a package, it is installing the components separately.

                              LAMP on Ubuntu is this command...

                              apt-get install mariadb httpd php
                              

                              That's it.

                              DashrenderD IT-ADMINI 2 Replies Last reply Reply Quote 0
                              • IT-ADMINI
                                IT-ADMIN
                                last edited by

                                oh great, so what a about connecting to MariaDB, is it the same as mysql, the syntax, is it similar to mysql in every aspect ?? if no what are the differences ??

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

                                  @scottalanmiller said:

                                  @IT-ADMIN said:

                                  i guess installing apache and mysql seperatly is more reliable than just install this ready to use application (i guess lamp only for testing and dev, in production envirnemnt we have to install things seperatly, isn't it)

                                  WAMP is not a package, it is installing the components separately.

                                  LAMP on Ubuntu is this command...

                                  apt-get install mariadb httpd php
                                  

                                  That's it.

                                  Sure you manually have to install the components separately on Windows, but that command installs three things on Linux, you just are fortunate and able to install all of them in one command.
                                  They are still three separate things.

                                  1 Reply Last reply Reply Quote 1
                                  • IT-ADMINI
                                    IT-ADMIN @scottalanmiller
                                    last edited by

                                    @scottalanmiller but i remember when i installed that linux application i type the following command (in their documentation)
                                    apt-get -y install php5-gd php5-mysql php5 php5-cli apache2 libapache2-mod-php5 tshark mtr mysql-server php5-mcrypt librsvg2-bin gsfonts

                                    so i think this command installed mysql not MariaDB, so i have to upgrade or something ??
                                    i fear if i change mysql to MariaDB, this application will stop

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @IT-ADMIN
                                      last edited by

                                      @IT-ADMIN said:

                                      oh great, so what a about connecting to MariaDB, is it the same as mysql, the syntax, is it similar to mysql in every aspect ?? if no what are the differences ??

                                      It IS what everyone calls MySQL. All tools are the same. You dont' need to know that it is MariaDB at all. No differences at all.

                                      1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @IT-ADMIN
                                        last edited by

                                        @IT-ADMIN said:

                                        @scottalanmiller but i remember when i installed that linux application i type the following command (in their documentation)
                                        apt-get -y install php5-gd php5-mysql php5 php5-cli apache2 libapache2-mod-php5 tshark mtr mysql-server php5-mcrypt librsvg2-bin gsfonts

                                        so i think this command installed mysql not MariaDB, so i have to upgrade or something ??
                                        i fear if i change mysql to MariaDB, this application will stop

                                        Most systems call MariaDB MySQL so that people don't learn new names.

                                        1 Reply Last reply Reply Quote 0
                                        • IT-ADMINI
                                          IT-ADMIN
                                          last edited by

                                          even if apt-get install mysql not apt-get install MariaDB ??

                                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller @IT-ADMIN
                                            last edited by

                                            @IT-ADMIN said:

                                            even if apt-get install mysql not apt-get install MariaDB ??

                                            Correct. Unless you are on a really old version of Ubuntu. What's your version?

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 17
                                            • 18
                                            • 19
                                            • 20
                                            • 21
                                            • 22
                                            • 23
                                            • 19 / 23
                                            • First post
                                              Last post