|
@@ -17,8 +17,8 @@
|
|
|
<h1 class="h3 mb-3 font-weight-normal">Configure MySQL</h1>
|
|
|
<label for="host" class="sr-only">Database host</label>
|
|
|
<input type="text" id="host" name="host" class="form-control mb-3" placeholder="Database host" value="localhost" required>
|
|
|
- <label for="host" class="sr-only">Database host port</label>
|
|
|
- <input type="text" id="host" name="port" class="form-control mb-3" placeholder="Database host port" value="3306" required>
|
|
|
+ <label for="port" class="sr-only">Database host port</label>
|
|
|
+ <input type="text" id="port" name="port" class="form-control mb-3" placeholder="Database host port" value="3306" required>
|
|
|
<label for="name" class="sr-only">Database name</label>
|
|
|
<input type="text" id="name" name="name" class="form-control mb-3" placeholder="Database name" required autofocus>
|
|
|
<label for="user" class="sr-only">Database user name</label>
|