“FreeBSD:rsync”与“FreeBSD:MariaDB 安装”:页面之间的差异

来自WHY42
(页面间差异)
(已建立頁面,內容為 "<source lang="bash"> pkg install rsync rsync -avz --delete hexo/public root@riguz.com:/home/www/static </source> Category:Linux/Unix")
 
(已建立頁面,內容為 "<source lang="bash"> pkg search mariadb pkg install mariadb103-server </source> <pre> ************************************************************************ Mar…")
 
第1行: 第1行:
<source lang="bash">
<source lang="bash">
pkg install rsync
pkg search mariadb
pkg install mariadb103-server
</source>


rsync -avz --delete hexo/public root@riguz.com:/home/www/static
 
</source>
<pre>
************************************************************************
 
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
my.cnf. Please move existing my.cnf files from those paths to
/usr/local/etc and /usr/local/etc/mysql.
 
************************************************************************
Message from mariadb103-server-10.3.8_2:
 
************************************************************************
 
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
the first time you start the MySQL server after an upgrade from an
earlier version.
 
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
my.cnf. Please move existing my.cnf files from those paths to
/usr/local/etc and /usr/local/etc/mysql.
 
This port does NOT include the mytop perl script, this is included in
the MariaDB tarball but the most recent version can be found in the
databases/mytop port
</pre>


[[Category:Linux/Unix]]
[[Category:Linux/Unix]]

2018年10月11日 (四) 03:47的版本

pkg search mariadb
pkg install mariadb103-server


************************************************************************

MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
my.cnf. Please move existing my.cnf files from those paths to
/usr/local/etc and /usr/local/etc/mysql.

************************************************************************
Message from mariadb103-server-10.3.8_2:

************************************************************************

Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
the first time you start the MySQL server after an upgrade from an
earlier version.

MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
my.cnf. Please move existing my.cnf files from those paths to
/usr/local/etc and /usr/local/etc/mysql.

This port does NOT include the mytop perl script, this is included in
the MariaDB tarball but the most recent version can be found in the
databases/mytop port