0211.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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="How To,Tutorial,i12bretro,OpenVPN,OpenVPN Access Server,Access Server,PKI,Private Key Infrastructure,MySQL,Database">
  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. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Convert OpenVPN Access Server to MySQL Backend</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Install MySQL/MariaDB if it is not already installed
  26. <div class="codeBlock">sudo apt install mariadb-server</div>
  27. </li>
  28. <li>Log into OpenVPN Access Server</li>
  29. <li>Click Tools &gt; DB Convert in the left navigation</li>
  30. <li>Enter the root MySQL password</li>
  31. <li>Click the DB Convert button</li>
  32. <li>Wait for the process to complete</li>
  33. <li>Click the Restart button</li>
  34. </ol>
  35. <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>
  36. </div>
  37. </div>
  38. </body>
  39. </html>