diff options
author | Muflone | 2023-08-16 22:31:18 +0200 |
---|---|---|
committer | Muflone | 2023-08-16 22:40:03 +0200 |
commit | 097d0c9bd4bfe6b7a3d2dc47a6830a8a2600bb5f (patch) | |
tree | c4d33ca798a4fb3e4313d49ca09d6ee513868c01 /mysql80.install | |
download | aur-097d0c9bd4bfe6b7a3d2dc47a6830a8a2600bb5f.tar.gz |
New package mysql80 8.0.34-1
Diffstat (limited to 'mysql80.install')
-rw-r--r-- | mysql80.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql80.install b/mysql80.install new file mode 100644 index 000000000000..7c30ee5c4536 --- /dev/null +++ b/mysql80.install @@ -0,0 +1,8 @@ +post_install(){ + echo ":: You need to initialize the MySQL data directory prior to starting" + echo " the service. This can be done with mysqld --initialize command, e.g.:" + echo " mysqld --initialize --user=mysql --basedir=/usr --datadir=/var/lib/mysql" + echo ":: Additionally you should secure your MySQL installation using" + echo " mysql_secure_installation command after starting the mysqld service" +} + |