
- INSTALL MYSQL ON MAC TUTORIAL INSTALL
- INSTALL MYSQL ON MAC TUTORIAL UPDATE
- INSTALL MYSQL ON MAC TUTORIAL UPGRADE
Then the MariaDB server is completely installed and configured. Confirm all further questions (deleting the anonymous user, disabling the external root login for security reasons, removing the test database and updating the privileges/permissions) also with enter. There are no characters displayed during input, but this is normal. Now you have to set a password for the MariaDB root user. Confirm the next question concerning the change of the root password with enter as well. At the first question regarding the current password, you don't have to type in anything, just press enter.
INSTALL MYSQL ON MAC TUTORIAL INSTALL
Now you need to install the MariaDB server and the client (MySQL) with the command apt install mariadb-server mariadb-client -y.The command for this is: apt install php7.4 php7.4-cli php7.4-common php7.4-curl php7.4-gd php7.4-intl php7.4-json php7.4-mbstring php7.4-mysql php7.4-opcache php7.4-readline php7.4-xml php7.4-xsl php7.4-zip php7.4-bz2 libapache2-mod-php7.4 -y Install PHP 7.4 and some important PHP modules.Install the Apache2 web server and other required packages with the following command: apt install apache2 -y.
INSTALL MYSQL ON MAC TUTORIAL UPDATE
Now update your package lists again with the command apt update.Add the repository by executing the command add-apt-repository ppa:ondrej/php.Install the package for managing repositories using the following command: apt install software-properties-common -y.Add the repository by executing the command echo "deb $(lsb_release -sc) main" | tee /etc/apt//php.list.Use the command wget -q -O- | apt-key add - to add the key needed for the PHP repository.Add the repository needed to install PHP 7.4:.



INSTALL MYSQL ON MAC TUTORIAL UPGRADE
