Difference between revisions of "Talk:Firewall Rules"
From LinuxMCE
(Created page with "4/20/2014 - schema update, for those testing the new firewall you will need to perform the following actions manually to update your schema: # wget https://dl.dropboxusercont...") |
Alblasco1702 (Talk | contribs) |
||
Line 1: | Line 1: | ||
4/20/2014 - schema update, for those testing the new firewall you will need to perform the following actions manually to update your schema: | 4/20/2014 - schema update, for those testing the new firewall you will need to perform the following actions manually to update your schema: | ||
# wget https://dl.dropboxusercontent.com/u/118201886/Firewall-old.sql | # wget https://dl.dropboxusercontent.com/u/118201886/Firewall-old.sql | ||
− | # mysqldump -t pluto_main Firewall > Firewall-data.sql | + | # mysqldump -u root -t pluto_main Firewall > Firewall-data.sql |
− | # mysql pluto_main < Firewall-old.sql | + | # mysql -u root pluto_main < Firewall-old.sql |
# /usr/pluto/bin/sqlCVS -H schema.linuxmce.org -R 3999 -U anonymous~nopass -r local update | # /usr/pluto/bin/sqlCVS -H schema.linuxmce.org -R 3999 -U anonymous~nopass -r local update | ||
− | # mysql pluto_main < Firewall-data.sql | + | # mysql -u root pluto_main < Firewall-data.sql |
Latest revision as of 15:44, 20 April 2014
4/20/2014 - schema update, for those testing the new firewall you will need to perform the following actions manually to update your schema:
# wget https://dl.dropboxusercontent.com/u/118201886/Firewall-old.sql # mysqldump -u root -t pluto_main Firewall > Firewall-data.sql # mysql -u root pluto_main < Firewall-old.sql # /usr/pluto/bin/sqlCVS -H schema.linuxmce.org -R 3999 -U anonymous~nopass -r local update # mysql -u root pluto_main < Firewall-data.sql