0211.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Convert OpenVPN Access Server to MySQL Backend</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="OpenVPN,OpenVPN Access Server,Access Server,PKI,Private Key Infrastructure,MySQL,Database,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Convert OpenVPN Access Server to MySQL Backend">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="06/01/2022 06:19:21 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Convert OpenVPN Access Server to MySQL Backend</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Install MySQL/MariaDB if it is not already installed
  27. <div class="codeBlock">sudo apt install mariadb-server</div>
  28. </li>
  29. <li>Log into OpenVPN Access Server</li>
  30. <li>Click Tools &gt; DB Convert in the left navigation</li>
  31. <li>Enter the root MySQL password</li>
  32. <li>Click the DB Convert button</li>
  33. <li>Wait for the process to complete</li>
  34. <li>Click the Restart button</li>
  35. </ol>
  36. <p>Further reading:&nbsp;<a href="https://openvpn.net/vpn-server-resources/configuration-database-management-and-backups/" target="_blank">https://openvpn.net/vpn-server-resources/configuration-database-management-and-backups/</a></p>
  37. </div>
  38. </div>
  39. </body>
  40. </html>