|
|
Commands - MySQL |
||
Inleiding
Via SSH (Putty) kun je op een linux server commandos ingeven voor databases.
In deze instructie worden enkele verwoord.
Commands
| Login middels Putty voor SSH op de Ubuntu Server. | Gebruik je beheerders inloggegevens |
| Schakel om naar MYSQL beheer geef cmd: | mysql -u [the MySQL account's username] -p. |
| Show databases geef cmd: | SHOW DATABASES; |
| Drop databases geef cmd: | DROP DATABASE [the name of the database]; |
| Keer terug naar normaal beheer geef cmd | ctrl+x |
