AmitDiwan has Published 10744 Articles

Installing MySQL from Source

AmitDiwan

AmitDiwan

Updated on 08-Mar-2021 11:56:10

391 Views

Let us understand how MySQL can be installed from the source −MySQL can be built from source code. The advantage of this is that it allows the user to customize the build parameters, the compiler optimizations, and the installation location. The below link gives a list of systems on which ... Read More

Installing MySQL on FreeBSD

AmitDiwan

AmitDiwan

Updated on 08-Mar-2021 11:55:34

990 Views

MySQL can be installed on FreeBSD using the binary distribution which is provided by Oracle. The preferred and easiest way to install MySQL is to use the ‘mysql-server’ and ‘mysql-client’ ports which are available on http://www.freebsd.org/ website.The advantage of using these ports are −It comes with a working MySQL server ... Read More

Installing MySQL on Solaris

AmitDiwan

AmitDiwan

Updated on 08-Mar-2021 11:54:08

546 Views

MySQL can be installed on Solaris using a binary package which is the native Solaris PKG format, instead of using the binary tarball distribution. The installation package has a dependency on the Oracle Developer Studio 12.6 Runtime Libraries. This needs to be installed before running the MySQL installation package.The installation ... Read More

Installing MySQL Using Unbreakable Linux Network (ULN)

AmitDiwan

AmitDiwan

Updated on 08-Mar-2021 11:53:54

198 Views

Let us understand how to install MySQL with the help of ULN −Linux support many different ways of installing MySQL. One of the methods is installing it from Oracle’s Unbreakable Linux Network, which is also known as ULN.More information about Oracle Linux and ULN can be found here-http://linux.oracle.com/.Install Unbreakable Linux ... Read More

Installing MySQL on Linux

AmitDiwan

AmitDiwan

Updated on 08-Mar-2021 11:51:43

767 Views

Let us understand how to install MySQL on Linux −Linux supports many different solutions to install MySQL. We will see how to install MySQL on Ubuntu 20.02. Following are the steps −Step1 − Open Terminal and enter the following command −Press Enter above and wait for download to complete.Step 2 ... Read More

Installing MySQL on macOS

AmitDiwan

AmitDiwan

Updated on 08-Mar-2021 11:51:26

553 Views

Let us understand how MySQL can be installed on macOS.There is a package that is located inside a disk image (a .dmg) file which needs to be mounted on by double clicking on the icon in the Finder. The next step is to mount the image and display the contents ... Read More

Installing MySQL on Unix/Linux Using Generic Binaries

AmitDiwan

AmitDiwan

Updated on 08-Mar-2021 11:46:15

2K+ Views

Oracle comes with a set of binary distributions of MySQL. This includes generic binary distributions in the form of compressed tar files (files that have a .tar.xz extension) for many platforms, and binaries in platform-specific package formats for specific platforms.MySQL compressed tar file binary distributions have names in the format ... Read More

Installing a MySQL Source Distribution

AmitDiwan

AmitDiwan

Updated on 08-Mar-2021 11:42:50

408 Views

Let us understand how to install MySQL from a source distribution −Building MySQL from sourceYou need the following tools to build and install MySQL from source −GNU needs to be installed so as to uncompress the distribution. Another ‘tar’ should be installed to unpack the distribution.ANSI C++ compiler.A good ‘make’ ... Read More

Verifying MySQL Package Integrity

AmitDiwan

AmitDiwan

Updated on 08-Mar-2021 11:42:35

299 Views

Let us understand how to verify the package integrity of MySQL −Once the MySQl package that suits the user’s requirements has been downloaded, it has to be installed. Before installation, it is to be ensured that the package is intact and hasn’t been tampered with.Check Integrity of packageThere are three ... Read More

Tools that were used to create MySQL

AmitDiwan

AmitDiwan

Updated on 08-Mar-2021 11:40:04

127 Views

The article lists some of the tools that have been used to create MySQL. This is an important list which has helped mould what MySQl is today.Free Software FoundationThey helped provide an excellent compiler (gcc), an excellent debugger (gdb) and the libc library (from which strto.c has been borrowed to ... Read More

Advertisements