| | 212 | |
| | 213 | From PC on same network as 825 check connection to the database using MySQL Workbench |
| | 214 | |
| | 215 | Create a connection specify IP address of 825. Username dbuser and password 81440 |
| | 216 | |
| | 217 | |
| | 218 | |
| | 219 | Client library |
| | 220 | |
| | 221 | |
| | 222 | Legacy 825 apps may be static linked to libmysqlclient in the workspace: Include paths: |
| | 223 | "${workspace_loc:/libmysqlclient/inc}" |
| | 224 | Libraries: |
| | 225 | mysqlclient |
| | 226 | Library seach path: |
| | 227 | "${workspace_loc:./libmysqlclient/Release}" |
| | 228 | |
| | 229 | New ARM64 825 apps should use the library already present on the 825. |
| | 230 | |
| | 231 | |
| | 232 | |
| | 233 | |