Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Create a new table in the MySQL database called SURFnet_VPN_Proxy . The MySQL database is called md_vpn and is located on the prod-cacti02-vie-at-.geant.net server

CREATE TABLE `SURFnet_VPN_Proxy` (
  `utc_time_stored` bigint(20) NOT NULL,
  `availability` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`utc_time_stored`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1

 

...