35 Commits

Author SHA1 Message Date
Patrik Lundin
b09c7c6fbf
Remove unnecessary USE mysql; statements (#394)
https://mariadb.com/kb/en/create-user/:
```
For each account, CREATE USER creates a new row in mysql.user (until MariaDB
10.3 this is a table, from MariaDB 10.4 it's a view) or mysql.global_priv_table
(from MariaDB 10.4) that has no privileges.
```

https://dev.mysql.com/doc/refman/8.0/en/create-user.html#create-user-overview:
```
For each account, CREATE USER creates a new row in the mysql.user system table.
```
2021-08-16 10:52:37 +03:00
Patrik Lundin
505cdc7229
Remove 'FLUSH PRIVILEGES;' calls (#393)
Not necessary when using GRANT:
https://dev.mysql.com/doc/refman/8.0/en/privilege-changes.html
2021-08-13 09:33:11 +03:00
Alex
9594503d02
docs: delete unnecessary block of text 2021-06-16 19:31:35 +03:00
GoldenEdit
8c0917fa60
Fix a slight spelling mistake 2021-03-23 08:15:16 +00:00
Dane Everitt
070adce630 Update mysql_setup.md 2021-03-06 12:09:29 -08:00
Dane Everitt
681d00140b Simplify SSL guide 2021-03-06 11:51:34 -08:00
Purpur
d22e0ec833
Fix small typo (#322)
Change "wont" to "won't" on the SSL cert page
2021-02-08 10:05:44 -08:00
Omar Kamel
f6dcd33f5b
remove certbot ppa (#303)
the repository is not needed for 20.04 or 18.04 from what i see, and it doesnt work on 20.04 anyway.
2021-01-04 15:33:23 +01:00
Omar Kamel
0e9e33531a
Webserver Integrated Certbot instructions (#288) 2021-01-03 17:14:48 -08:00
Omar Kamel
f48b19b792
fix TYPO in ssl doc
Wtf is a "Glocal"?
2020-11-11 12:08:50 -05:00
Brendan
93aaad7652
New default config locations, my.cnf purpose update 2020-10-10 21:37:47 +01:00
Brendan
ef7478ece5
Use mysql_native_password authentication plugin
More recent versions of MariaDB/MySQL do not use mysql_native_password as the default authentication plugin.

This will result in an authentication error (unknown authentication type) when trying to connect to the host
2020-10-10 21:29:55 +01:00
Lance Pioch
dc821f8d11
Update creating_ssl_certificates.md 2020-03-11 15:30:11 -04:00
Lance Pioch
dd1ddb7d70
Update creating_ssl_certificates.md 2020-03-11 15:28:20 -04:00
Dane Everitt
3c67f5f836
Make the documentation match the style of the rest of the page
Also avoids leading users down a rabbit hole of confusion because of bad assumptions.
2019-09-22 13:12:02 -07:00
Michael Parker
adc51d4e5b update section header 2019-09-13 20:28:04 -04:00
Michael (Parker) Parker
39ba68652f
update mysql tutorial
This updates the organizaion of the mysql tutorial section

This also moves the "common problems" section to troubleshooting.
2019-09-13 12:56:15 -04:00
DomiiBunn
b6c017da62
Fix Typos 2019-09-04 19:58:39 +02:00
DomiiBunn
1013d3de3d
Fix Typo
Co-Authored-By: Jan <j.schipper1@hotmail.de>
2019-09-04 19:54:48 +02:00
DomiiBunn
ac5a0f826e
Fix Typo
Co-Authored-By: Jan <j.schipper1@hotmail.de>
2019-09-04 19:54:33 +02:00
DomiiBunn
37959575ca
Fix Typo
Co-Authored-By: Jan <j.schipper1@hotmail.de>
2019-09-04 19:54:16 +02:00
DomiiBunn
cd65ed35c9
Fix Typo
Co-Authored-By: Jan <j.schipper1@hotmail.de>
2019-09-04 19:54:04 +02:00
DomiiBunn
26b9d3a0d0
Set connection to %
Just incase
2019-09-04 19:39:18 +02:00
DomiiBunn
785ee8a1e6
Added a tip
Added a tip
2019-08-29 15:06:12 +02:00
DomiiBunn
2de7520bc6
Removed 2 Line breaks 2019-08-29 14:47:45 +02:00
DomiiBunn
6f82a1a54a
Fixed pr issues 2019-08-29 14:42:16 +02:00
DomiiBunn
2c7789d579
Added guide on adding a database to the panel.
Added a guide on how to add a new database to the panel with the required user grants and info on how to fill out the panel database add form.
2019-08-29 14:26:46 +02:00
ckykenken
19955f55b7 Added documentation for acme.sh 2019-02-04 15:29:31 -05:00
Lance Pioch
16e5cedc79
Update language and spelling 2019-02-01 17:11:49 -05:00
DiscoverSquishy
2ad2ad30b3
Fixed command issues with capitalization. 2019-01-30 20:04:59 +03:00
DiscoverSquishy
2ff3797893
Added SSL Troubleshooting & Fixed Spelling Errors 2019-01-28 19:41:57 +03:00
Riley
1b879ded72
Fixing documentation error
Seeing as the rest of the documentation revolves around the usage of apt instead of apt-get the SSL certificate bit should as well.
2018-10-24 17:23:04 -04:00
Thien Tran
6c0386d342
Replace LetsEncrypt with Certbot
Replacing LetsEncrypt as it is outdated.
2018-09-27 01:16:33 -04:00
Dane Everitt
f0c48a60a5
Add some tocs 2018-07-23 22:26:27 -07:00
Dane Everitt
2475ab6d69
Add the tutorials 2018-07-23 21:50:39 -07:00