Add files via upload
This commit is contained in:
parent
63a7453dbf
commit
891de7b67c
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ If you don't have a physical server, you can rent computing space by looking for
|
|||
<br>
|
||||
<br>
|
||||
<h3>Install the following additional packages:</h3>
|
||||
<pre>apt install build-essential php-gd libcurl4-openssl-dev libmysqlclient-dev mysql-server golang git</pre>
|
||||
<pre>apt install build-essential php-gd libcurl4-openssl-dev libmysqlclient-dev golang git</pre>
|
||||
<br>
|
||||
<h3>Get Wiby Source Files</h3>
|
||||
Download the source directly from Wiby <a href="/download/wiby-main.zip">here</a>, or from <a href="https://github.com/wibyweb/wiby/">GitHub</a>. The source is released under the GPLv2 license. Copy the source files for Wiby to your server.
|
||||
|
@ -469,7 +469,7 @@ ft_min_word_len=2
|
|||
sql_mode = "NO_BACKSLASH_ESCAPES"
|
||||
#character-set-client-handshake = FALSE
|
||||
character-set-server = utf8mb4
|
||||
collation-server = utf8mb4_0900_ai_ci
|
||||
collation-server = utf8mb4_unicode_520_ci
|
||||
skip-character-set-client-handshake
|
||||
default-authentication-plugin=mysql_native_password
|
||||
wait_timeout = 800
|
||||
|
|
Loading…
Add table
Reference in a new issue