{"id":15576302,"url":"https://github.com/syslog777/mysql-server-setup","last_synced_at":"2025-07-21T15:06:28.257Z","repository":{"id":187565945,"uuid":"111748169","full_name":"Syslog777/mysql-server-setup","owner":"Syslog777","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-09T20:12:31.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T08:47:24.793Z","etag":null,"topics":["bash","linux","sql","ubuntu1604"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Syslog777.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-11-23T01:13:27.000Z","updated_at":"2017-11-24T07:48:34.000Z","dependencies_parsed_at":"2023-08-11T05:16:35.003Z","dependency_job_id":"9ce80121-3b18-418d-9dc8-d6eb7f3e56f2","html_url":"https://github.com/Syslog777/mysql-server-setup","commit_stats":null,"previous_names":["syslog777/mysql-server-setup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syslog777%2Fmysql-server-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syslog777%2Fmysql-server-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syslog777%2Fmysql-server-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syslog777%2Fmysql-server-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Syslog777","download_url":"https://codeload.github.com/Syslog777/mysql-server-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243248130,"owners_count":20260748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","linux","sql","ubuntu1604"],"created_at":"2024-10-02T18:45:21.667Z","updated_at":"2025-03-12T15:43:13.237Z","avatar_url":"https://github.com/Syslog777.png","language":"Shell","readme":"# mysql-server-setup\n  Usage:\n ```bash\n#Give perms to the current user to execute script\nchmod u+x ./mysql-server-setup\n\n#Run the script (must have account password)\n./mysql-server-setup\n```  \n  Original tutorial: https://www.linode.com/docs/databases/mysql/install-mysql-on-ubuntu-14-04  \n  Tested on Ubuntu 16.04  \n  Raw code: \n```bash\n#!/bin/bash  \nsudo apt-get update  \nsudo apt-get upgrade  \nsudo apt-get install mysql-server  \nsudo mysql_secure_installation  \nmysql -u root -p  \nsudo service mysql stop  \nsudo dpkg-reconfigure mysql-server  \nsudo service mysql start  \nsudo apt-get install mysqltuner  \nmysqltuner  \n``` \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyslog777%2Fmysql-server-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyslog777%2Fmysql-server-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyslog777%2Fmysql-server-setup/lists"}