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
2020-10-03 10:22:45 -07:00
2021-06-01 12:51:23 +02:00
2021-08-08 01:23:07 +03:00
2019-09-29 04:03:38 -04:00
2020-04-18 14:03:00 +02:00
2018-05-19 17:15:56 -07:00
2018-07-27 21:50:03 -07:00

home, heroImage, actionText, actionLink, features, footer
home heroImage actionText actionLink features footer
true /doc_pterry.png Get Started → /project/introduction
title details
Security First Security is a first-class citizen on this platform with bcrypt hashing, AES-256-CBC encryption, and HTTPS support out of the box.
title details
Modern Tooling Built on a modern stack utilizing the best design practices that make it easy to jump in and make modifications.
title details
Docker to the Core All servers run in isolated Docker containers that limit attack vectors, provide strict resource limits, and provide environments tailored to each specific game.
MIT Licensed | Copyright © 2015 - 2018 Dane Everitt & Contributors
Description
Pterodactyl's documentation is open source! This repository contains the documentation for installing and updating both the panel and the daemon.
Readme MIT 37 MiB
Languages
Vue 38.5%
JavaScript 36.6%
CSS 24.8%
Shell 0.1%