mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			73 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "10.11.3",
 | 
						|
    "description": "Community developed fork of MySQL server.",
 | 
						|
    "homepage": "https://mariadb.org",
 | 
						|
    "license": "GPL-2.0-only",
 | 
						|
    "notes": [
 | 
						|
        "Run 'mysqld --standalone' or 'mysqld --console' to start the Database,",
 | 
						|
        "or run following command as administrator to register MariaDB as a service. See: https://mariadb.com/kb/en/library/mysql_install_dbexe/",
 | 
						|
        "",
 | 
						|
        "mysql_install_db --service=MariaDB --password=NewRootPassword",
 | 
						|
        "",
 | 
						|
        "To stop and/or delete the Service run 'sc stop MariaDB' and 'sc delete MariaDB'."
 | 
						|
    ],
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.mariadb.com/MariaDB/mariadb-10.11.3/winx64-packages/mariadb-10.11.3-winx64.zip",
 | 
						|
            "hash": "8a66128e1ef884b874d9584bc3eed8a6e1abdf3f0ec392df0bbb09023f381507",
 | 
						|
            "extract_dir": "mariadb-10.11.3-winx64"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "post_install": [
 | 
						|
        "if (!(Test-Path \"$dir\\data\\my.ini\") -and !(Test-Path \"$dir\\data\\my.cnf\") -and !(Test-Path \"$dir\\data\\mysql\")) {",
 | 
						|
        "    warn 'Initializing data directory ...'",
 | 
						|
        "    Invoke-ExternalCommand \"$dir\\bin\\mysql_install_db.exe\" -ArgumentList \"--datadir=$dir\\data\" | Out-Null",
 | 
						|
        "    warn 'Database has been initialized (username: root, password: <blank>)'",
 | 
						|
        "}"
 | 
						|
    ],
 | 
						|
    "bin": [
 | 
						|
        "bin\\aria_chk.exe",
 | 
						|
        "bin\\aria_dump_log.exe",
 | 
						|
        "bin\\aria_ftdump.exe",
 | 
						|
        "bin\\aria_pack.exe",
 | 
						|
        "bin\\aria_read_log.exe",
 | 
						|
        "bin\\innochecksum.exe",
 | 
						|
        "bin\\myisamchk.exe",
 | 
						|
        "bin\\myisamlog.exe",
 | 
						|
        "bin\\myisampack.exe",
 | 
						|
        "bin\\myisam_ftdump.exe",
 | 
						|
        "bin\\mysql.exe",
 | 
						|
        "bin\\mysqladmin.exe",
 | 
						|
        "bin\\mysqlbinlog.exe",
 | 
						|
        "bin\\mysqlcheck.exe",
 | 
						|
        "bin\\mysqld.exe",
 | 
						|
        "bin\\mysqldump.exe",
 | 
						|
        "bin\\mysqlimport.exe",
 | 
						|
        "bin\\mysqlshow.exe",
 | 
						|
        "bin\\mysqlslap.exe",
 | 
						|
        "bin\\mysql_install_db.exe",
 | 
						|
        "bin\\mysql_plugin.exe",
 | 
						|
        "bin\\mysql_tzinfo_to_sql.exe",
 | 
						|
        "bin\\mysql_upgrade.exe",
 | 
						|
        "bin\\mysql_upgrade_service.exe",
 | 
						|
        "bin\\my_print_defaults.exe"
 | 
						|
    ],
 | 
						|
    "persist": "data",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://downloads.mariadb.org/rest-api/mariadb/all-releases/",
 | 
						|
        "jsonpath": "$.releases[?(@.status=='stable')].release_number",
 | 
						|
        "regex": "([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.mariadb.com/MariaDB/mariadb-$version/winx64-packages/mariadb-$version-winx64.zip",
 | 
						|
                "extract_dir": "mariadb-$version-winx64"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/sha256sums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |