<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mysql on fruworg</title><link>https://fruw.supa.dog/tags/mysql/</link><description>Recent content in Mysql on fruworg</description><generator>Hugo -- gohugo.io</generator><language>ru-RU</language><lastBuildDate>Fri, 26 Jan 2024 16:30:00 +0600</lastBuildDate><atom:link href="https://fruw.supa.dog/tags/mysql/index.xml" rel="self" type="application/rss+xml"/><item><title>Установка и конфигурация MariaDB</title><link>https://fruw.supa.dog/posts/mariadb-installation/</link><pubDate>Fri, 26 Jan 2024 16:30:00 +0600</pubDate><guid>https://fruw.supa.dog/posts/mariadb-installation/</guid><description>Установка MariaDB apt install mariadb-server Security конфигурация mysql_secure_installation Создание БД и пользователя Для того, чтобы можно было подключиться удалённо, необходимо заменить localhost на *.
mysql create database &amp;lt;database&amp;gt;; grant all privileges on &amp;lt;database&amp;gt;.* TO &amp;#39;&amp;lt;username&amp;gt;&amp;#39;@&amp;#39;localhost&amp;#39; identified by &amp;#39;&amp;lt;password&amp;gt;&amp;#39;; flush privileges; exit</description></item></channel></rss>