Line 58: |
Line 58: |
| flush privileges; | | flush privileges; |
| exit | | exit |
| + | |
| + | Other useful MySQL commands: |
| + | mysqlshow |
| + | will list all available database. Use 'mysqlshow --help' for all available options. |
| + | mysqladmin drop mydatabase |
| + | will let you destroy a database. Use with care. Use 'mysqladmin --help' for all available options. |
| | | |
| ==PHP Related Commands== | | ==PHP Related Commands== |