Create Readonly User for Large Screens
- Login to FactoryWiz with the full admin account
- Click the Gear icon in the upper right hand corner for Configuration menu then click the Database option and then the MySQL Console tab
- Paste in the following and click EXECUTE:
CREATE USER 'mysqlreadonly'@'%' IDENTIFIED BY 'ABC123!';
- Paste in the following and click EXECUTE:
GRANT SELECT ON factorywiz.* TO 'mysqlreadonly'@'%';
- Complete

NOTE: The password ABC123! is just an example, you can use your own password here.
