{"id":19430691,"url":"https://github.com/jmrashed/learn-mysql","last_synced_at":"2026-03-05T14:32:21.138Z","repository":{"id":84181508,"uuid":"587109690","full_name":"jmrashed/learn-mysql","owner":"jmrashed","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-10T01:37:10.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-24T17:43:06.080Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmrashed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-10T01:21:19.000Z","updated_at":"2023-01-10T01:21:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdb80488-c674-4bfe-bec2-5f9f309b240e","html_url":"https://github.com/jmrashed/learn-mysql","commit_stats":null,"previous_names":["mrzstack/learn-mysql","jmrashed/learn-mysql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmrashed/learn-mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Flearn-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Flearn-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Flearn-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Flearn-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmrashed","download_url":"https://codeload.github.com/jmrashed/learn-mysql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Flearn-mysql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30130434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T14:26:05.316Z","updated_at":"2026-03-05T14:32:21.120Z","avatar_url":"https://github.com/jmrashed.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySQL root password change\n\n## In the MySQL command-line client, phpMyAdmin or any MySQL GUI:\n\n### Way 1\n```sql UPDATE mysql.user\nSET authentication_string=PASSWORD('MyNewPass')\nWHERE user='root';\n\nFLUSH PRIVILEGES;\n\n```\n\n### Way 2\n```sql \n# mysql -u root\n\nmysql\u003e USE mysql;\nmysql\u003e UPDATE user SET plugin='mysql_native_password' WHERE User='root';\nmysql\u003e set password for 'root'@'localhost' = PASSWORD('mySecretPassword'); \nmysql\u003e FLUSH PRIVILEGES;\nmysql\u003e exit;\n\n# service mysql restart\n\n```sql ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmrashed%2Flearn-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmrashed%2Flearn-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmrashed%2Flearn-mysql/lists"}