mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
Replace tabs with spaces
This commit is contained in:
parent
c354c58510
commit
458d91fd23
56
mysql.json
56
mysql.json
@ -1,32 +1,32 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://dev.mysql.com/downloads/mysql/",
|
"homepage": "https://dev.mysql.com/downloads/mysql/",
|
||||||
"version": "5.7.11",
|
"version": "5.7.11",
|
||||||
"license": "GPLv2",
|
"license": "GPLv2",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.11-winx64.zip",
|
"url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.11-winx64.zip",
|
||||||
"hash": "md5:9805750100ab3e2411f4887eb5f4cb77",
|
"hash": "md5:9805750100ab3e2411f4887eb5f4cb77",
|
||||||
"extract_dir": "mysql-5.7.11-winx64"
|
"extract_dir": "mysql-5.7.11-winx64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.11-win32.zip",
|
"url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.11-win32.zip",
|
||||||
"hash": "md5:710b588c8df3134c87818f765118329a",
|
"hash": "md5:710b588c8df3134c87818f765118329a",
|
||||||
"extract_dir": "mysql-5.7.11-win32"
|
"extract_dir": "mysql-5.7.11-win32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin\\mysqld.exe",
|
"bin\\mysqld.exe",
|
||||||
"bin\\mysql.exe",
|
"bin\\mysql.exe",
|
||||||
"bin\\mysqldump.exe",
|
"bin\\mysqldump.exe",
|
||||||
"bin\\mysqladmin.exe",
|
"bin\\mysqladmin.exe",
|
||||||
"bin\\mysqlbinlog.exe",
|
"bin\\mysqlbinlog.exe",
|
||||||
"bin\\mysqlcheck.exe",
|
"bin\\mysqlcheck.exe",
|
||||||
"bin\\mysqlimport.exe",
|
"bin\\mysqlimport.exe",
|
||||||
"bin\\mysqlshow.exe",
|
"bin\\mysqlshow.exe",
|
||||||
"bin\\mysqlslap.exe",
|
"bin\\mysqlslap.exe",
|
||||||
"bin\\my_print_defaults.exe"
|
"bin\\my_print_defaults.exe"
|
||||||
],
|
],
|
||||||
"post_install": "
|
"post_install": "
|
||||||
#Initialize data directory (without generating root password)
|
#Initialize data directory (without generating root password)
|
||||||
mysqld --initialize-insecure
|
mysqld --initialize-insecure
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user