Michael
5de463ca05
Reversed to docker0 interface per review request
2025-05-09 12:27:42 +02:00
Michael
c464ce443b
I failed first grade spelling bee
2025-03-08 02:03:11 +01:00
Michael
b91f753b48
This singular 's' is my biggest commit yet
2025-03-08 01:56:55 +01:00
Michael
750d864d09
Update mysql_setup.md
2025-03-08 01:55:30 +01:00
Michael
bc138686c1
Update mysql_setup.md
2025-03-08 01:48:41 +01:00
Michael
c9e695812f
Update mysql_setup.md
2025-03-08 01:45:50 +01:00
Michael
44f59126c8
Update mysql_setup.md
2025-03-07 10:26:49 +01:00
Jcodeerd
ec76b6759d
Change uppercase V to lowercase v
2023-10-13 23:49:20 +02:00
Jcodeerd
6b3f037f16
Update mysql_setup.md
...
put mariadb first
2023-09-20 22:55:14 +02:00
Jcodeerd
fe22343c6b
Update mysql_setup.md
2023-09-15 21:39:01 +02:00
Jcodeerd
28460757f4
update mysql command to mariadb
2023-09-14 23:38:39 +02:00
Boy132
bd8bed38be
Do not recommend to use the panel db user for a database host ( #533 )
2023-08-05 22:38:39 +03:00
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
Dane Everitt
070adce630
Update mysql_setup.md
2021-03-06 12:09:29 -08: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
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
DiscoverSquishy
2ff3797893
Added SSL Troubleshooting & Fixed Spelling Errors
2019-01-28 19:41:57 +03: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