-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bjarne vo
- Loading branch information
Showing
10 changed files
with
65 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
order: 200 | ||
icon: database | ||
--- | ||
# phpMyAdmin | ||
|
||
Introduction | ||
|
||
phpMyAdmin is a web-based tool designed to manage MySQL and MariaDB databases. It provides a user-friendly graphical interface, allowing users to perform database tasks without needing to write SQL commands manually. With phpMyAdmin, you can create, modify, and delete databases, tables, fields, and records, as well as execute SQL queries, manage user permissions, and import/export data. | ||
On Turbostack servers with MySQL enabled, phpMyAdmin comes pre-installed by default, making database management convenient and accessible right out of the box! | ||
|
||
## How to access phpMyAdmin | ||
|
||
To access phpMyAdmin, we need the following: | ||
* The credentials of your SSH and database users, found in the 'credentials' tab in the [TurboStack App](https://my.turbostack.app "TurboStack App"). | ||
* A functional web browser | ||
|
||
### Via the Turbostack App | ||
|
||
phpMyAdmin is easily accessible via the [TurboStack App](https://my.turbostack.app "TurboStack App"). To locate the link, go to `Hosts` > `Manage` > `Accounts` > `Gear icon (x2)` > `Database info`. From there, click the Go to phpMyAdmin link. | ||
Once there, you will encounter a password prompt. Enter your SSH user credentials (account name and password) to proceed. | ||
This will take you to the phpMyAdmin login screen, where you need to enter your database credentials. After logging in, you can manage your databases, including tasks like creating, editing, and deleting databases, tables, and records, running SQL queries, and managing user privileges. | ||
|
||
### Via a web browser | ||
|
||
If, for any reason, this link is inaccessible, you can still reach phpMyAdmin directly through your web browser. You can do so by opening your web browser and navigating to the default URL with the '/phpadm' URI. For example: https://www.yourdomain.ext/phpadm. From here, you can continue with the same method as described above. |