-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabase_setup.html
More file actions
186 lines (168 loc) · 6.08 KB
/
database_setup.html
File metadata and controls
186 lines (168 loc) · 6.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Server Setup</title>
<style>
body {
background-color: #292b2c;
color: #ffffff;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}
.container {
max-width: 800px;
margin: 20px;
padding: 20px;
background-color: #343a40;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
border: 1px solid #ccc;
}
.code-box {
background-color: #212529;
color: #d4d4d4;
padding: 10px;
margin: 10px 0;
border-radius: 5px;
overflow-x: auto;
border: 1px solid #ddd;
margin-top: 10px;
}
.section-title {
font-size: 24px;
margin-bottom: 10px;
border-bottom: 2px solid #555;
padding-bottom: 5px;
}
.button {
background-color: #007bff;
color: #ffffff;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
display: inline-block;
}
.button:hover {
background-color: #0056b3;
}
.image {
max-width: 100%;
height: auto;
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 15px;
margin-bottom: 15px;
}
th,
td {
border: 1px solid #555;
padding: 8px;
text-align: left;
}
.code-box {
margin-left: 20px; /* Increase the left margin */
margin-right: 20px; /* Increase the right margin */
}
.code-line {
white-space: nowrap; /* Prevent line breaks */
}
</style>
</head>
<body>
<div class="wrapper">
<div class="container">
<div class="section-title">Database Setup for Wales, UK server</div>
<div class="code-box">
<code>
<!-- Scotland, UK Setup details... -->
<details>
<summary>Step 1: Wales, UK Setup</summary>
<img src="TXADMIN.png" alt="Scotland Server Image" style="width: 100%;">
<p>At Swift Peak, we skip the usual localhost setup. Connect directly to our database, no need
for XAMPP. Save specs and access the database from anywhere.</p>
<a href="https://phpmyadmin.swiftpeakhosting.co.uk" class="button" target="_blank">phpMyAdmin</a>
<!-- Step 3: Additional instructions or details for Scotland, UK Setup -->
<details>
<summary>Step 3: If you have XAMPP Configuration</summary>
<p>Go to your server.cfg:</p>
<div class="code-box">
<code>
<p><strong></strong></p>
<ul>
<!-- Include any relevant information for Step 3 -->
<li style="font-size: 16px;">
<strong style="font-size: 18px;">MySQL Connection String:</strong>
<code class="code-line" style="font-size: 16px;">set mysql://username:Password@NEW_DATABASE_IP/databasename=utf8mb4</code>
<p style="font-size: 16px;">Leave this <code style="font-size: 16px;">=utf8mb4</code> as it is</p>
</li>
</ul>
</code>
</div>
</details>
</div>
</div>
</body>
</html>
<div class="container">
<div class="section-title">Database Setup for Wales, UK server Coming Soon</div>
<div class="code-box">
<details>
<summary>Step 1: Wales, UK Setup</summary>
<table>
<tr>
<td>Database Host:</td>
<td>192.168.1.61</td>
</tr>
<tr>
<td>PORT:</td>
<td>3306</td>
</tr>
<tr>
<td>Your Proxmox username:</td>
<td>You can find this in the email we sent regarding your VPS setup or on your dashboard.</td>
</tr>
<tr>
<td>Password:</td>
<td>Same as Proxmox.</td>
</tr>
<tr>
<td>Database name:</td>
<td>Toggle delete or not; this is up to you. If you have an existing database you want to use, then don't toggle.</td>
</tr>
</table>
<p>Additional information or instructions for Wales, UK setup.</p>
<code>
<!-- Provide specific instructions or comments related to the code -->
</code>
</details>
</div>
</div>
</code>
</details>
<details>
<summary>Step 2: Wales, UK Setup</summary>
<img src="path/to/your/image_wales.jpg" alt="Wales Server Image">
<table>
<!-- Wales, UK Step 2 table rows... -->
</table>
<code>
<!-- Provide specific instructions or comments related to the code -->
</code>
</details>
</div>
</div>
</div>
</body>
</html>