Changes between Version 46 and Version 47 of Docs/825gen2/Dev/DevVMTechnical
- Timestamp:
- 11/04/25 07:52:32 (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DevVMTechnical
v46 v47 270 270 This will recreate the symbolic links in **/opt/arm64include** and **/opt/arm64lib** 271 271 272 == MySQL Scripts == 273 The directory /usr/sbin/util is added and some helper scripts are placed there 274 {{{ 275 $ cat /usr/sbin/util/createdb 276 #!/bin/sh 277 if [ $# -ne 1 ]; then 278 echo "Usage: createdb database" 279 else 280 mysql -e "CREATE DATABASE $1"; 281 fi 282 }}} 283 272 284 == Sudoers == 273 285 Files are added to the VM /etc/sudoers.d directory
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)