MySQL - Database Info
There are three types of information, which you would like to have from MySQL.
There are a few important commands in MySQL which can be executed either at the MySQL prompt or by using any script like PHP to get various important information about the database server.
S.no | Command | Description |
---|---|---|
1 | SELECT VERSION( ) | Server version string |
2 | SELECT DATABASE( ) | Current database name (empty if none) |
3 | SELECT USER( ) | Current username |
4 | SHOW STATUS | Server status indicators |
5 | SHOW VARIABLES | Server configuration variables |
MySQL - Grant_ Revoke Privilege
posted on 2019-11-26 23:15:04 - mysql Tutorials
how to use range in golang
posted on 2022-05-03 08:28:11 - Go lang Tutorials
find variable type in golang
posted on 2022-05-03 05:24:55 - Go lang Tutorials