Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 135
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Apr 23 08:56:37 UTC 2026 - Stefan Botter <obs@botter.cc> + +- change PrepareMysqlBackup to create testuser with access from + localhost instead auf wildcard host + +------------------------------------------------------------------- Wed Mar 11 14:06:46 UTC 2026 - Stefan Botter <obs@botter.cc> - add timestamp from duid timestamp of wicked to NetworkManager
View file
PrepareMysqlBackup
Changed
@@ -34,6 +34,8 @@ mkdir -p /srv/backup # add two users with limited rights for the backup and Nagios checking -( echo "grant SHOW DATABASES, SELECT, LOCK TABLES, RELOAD on *.* to 'nagiosuser'@'%' identified by 'NidBmT.';" +( echo "create user 'nagiosuser'@'localhost' identified by 'NidBmT.';" +echo "grant SHOW DATABASES, SELECT on *.* to 'nagiosuser'@'localhost';" +echo "grant REPLICATION CLIENT on *.* to 'nagiosuser'@'localhost';" echo "grant SHOW DATABASES, SHOW VIEW, SELECT, LOCK TABLES, RELOAD on *.* to 'mysqlbackup'@'localhost' identified by '$PASSWRD';" echo "flush privileges;" ) | mysql -u root $MPADMINPW
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.