-
Notifications
You must be signed in to change notification settings - Fork 2
The MySQL Database
IsabellaRey edited this page Sep 7, 2016
·
6 revisions
Wiki > The Backend System > System components > The MySQL database
Using the MySQL Command Line Client
show databases;
use database_name;
show tables;
select * from table_name;
- ioc - the list of all IOCs
- iocenv - lists the environment variables for each IOC
- iocrt - shows which IOCs are running
- pvinfo - information about each PV
- pvs - the list of PVs and their type
- experiment
- experimentteams
- role
- user