René's URL Explorer Experiment


Title: Update DBHero to work with MySQL · Issue #3 · catarse/dbhero · GitHub

Open Graph Title: Update DBHero to work with MySQL · Issue #3 · catarse/dbhero

X Title: Update DBHero to work with MySQL · Issue #3 · catarse/dbhero

Description: I was trying to run DBHero on a MySQL database and have some issues related to index. [ec2-user@ip-172-31-26-217 dbhero]$ rake db:migrate == 20160616203934 CreateDbheroDataclips: migrating ============================ -- create_table(:db...

Open Graph Description: I was trying to run DBHero on a MySQL database and have some issues related to index. [ec2-user@ip-172-31-26-217 dbhero]$ rake db:migrate == 20160616203934 CreateDbheroDataclips: migrating ========...

X Description: I was trying to run DBHero on a MySQL database and have some issues related to index. [ec2-user@ip-172-31-26-217 dbhero]$ rake db:migrate == 20160616203934 CreateDbheroDataclips: migrating ========...

Opengraph URL: https://github.com/catarse/dbhero/issues/3

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Update DBHero to work with MySQL","articleBody":"I was trying to run DBHero on a MySQL database and have some issues related to index.\n\n```\n[ec2-user@ip-172-31-26-217 dbhero]$ rake db:migrate\n== 20160616203934 CreateDbheroDataclips: migrating ============================\n-- create_table(:dbhero_dataclips)\n   -\u003e 0.0285s\n-- add_index(:dbhero_dataclips, :token, {:unique=\u003etrue})\nrake aborted!\nStandardError: An error has occurred, all later migrations canceled:\n\nMysql2::Error: BLOB/TEXT column 'token' used in key specification without a key length: CREATE UNIQUE INDEX `index_dbhero_dataclips_on_token`  ON `dbhero_dataclips` (`token`) \n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:107:in `_query'\n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:107:in `block in query'\n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:106:in `handle_interrupt'\n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:106:in `query'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:305:in `block in execute'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log'\n/usr/local/share/ruby/gems/2.3/gems/activesupport-4.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:305:in `execute'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/mysql2_adapter.rb:231:in `execute'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:537:in `add_index'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:665:in `block in method_missing'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:634:in `block in say_with_time'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:634:in `say_with_time'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:654:in `method_missing'\n/home/ec2-user/dbhero/db/migrate/20160616203934_create_dbhero_dataclips.rb:13:in `change'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:608:in `exec_migration'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:592:in `block (2 levels) in migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:591:in `block in migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in `with_connection'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:590:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:768:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:998:in `block in execute_migration_in_transaction'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:1046:in `ddl_transaction'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:997:in `execute_migration_in_transaction'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:959:in `block in migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:955:in `each'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:955:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:823:in `up'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:801:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/tasks/database_tasks.rb:137:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/railties/databases.rake:44:in `block (2 levels) in \u003ctop (required)\u003e'\n/usr/local/share/ruby/gems/2.3/gems/rake-11.2.2/exe/rake:27:in `\u003ctop (required)\u003e'\nActiveRecord::StatementInvalid: Mysql2::Error: BLOB/TEXT column 'token' used in key specification without a key length: CREATE UNIQUE INDEX `index_dbhero_dataclips_on_token`  ON `dbhero_dataclips` (`token`) \n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:107:in `_query'\n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:107:in `block in query'\n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:106:in `handle_interrupt'\n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:106:in `query'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:305:in `block in execute'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log'\n/usr/local/share/ruby/gems/2.3/gems/activesupport-4.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:305:in `execute'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/mysql2_adapter.rb:231:in `execute'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:537:in `add_index'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:665:in `block in method_missing'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:634:in `block in say_with_time'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:634:in `say_with_time'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:654:in `method_missing'\n/home/ec2-user/dbhero/db/migrate/20160616203934_create_dbhero_dataclips.rb:13:in `change'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:608:in `exec_migration'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:592:in `block (2 levels) in migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:591:in `block in migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in `with_connection'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:590:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:768:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:998:in `block in execute_migration_in_transaction'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:1046:in `ddl_transaction'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:997:in `execute_migration_in_transaction'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:959:in `block in migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:955:in `each'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:955:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:823:in `up'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:801:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/tasks/database_tasks.rb:137:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/railties/databases.rake:44:in `block (2 levels) in \u003ctop (required)\u003e'\n/usr/local/share/ruby/gems/2.3/gems/rake-11.2.2/exe/rake:27:in `\u003ctop (required)\u003e'\nMysql2::Error: BLOB/TEXT column 'token' used in key specification without a key length\n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:107:in `_query'\n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:107:in `block in query'\n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:106:in `handle_interrupt'\n/home/ec2-user/.gem/ruby/2.3/gems/mysql2-0.4.4/lib/mysql2/client.rb:106:in `query'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:305:in `block in execute'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log'\n/usr/local/share/ruby/gems/2.3/gems/activesupport-4.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:305:in `execute'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/mysql2_adapter.rb:231:in `execute'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:537:in `add_index'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:665:in `block in method_missing'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:634:in `block in say_with_time'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:634:in `say_with_time'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:654:in `method_missing'\n/home/ec2-user/dbhero/db/migrate/20160616203934_create_dbhero_dataclips.rb:13:in `change'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:608:in `exec_migration'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:592:in `block (2 levels) in migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:591:in `block in migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in `with_connection'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:590:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:768:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:998:in `block in execute_migration_in_transaction'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:1046:in `ddl_transaction'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:997:in `execute_migration_in_transaction'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:959:in `block in migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:955:in `each'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:955:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:823:in `up'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/migration.rb:801:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/tasks/database_tasks.rb:137:in `migrate'\n/usr/local/share/ruby/gems/2.3/gems/activerecord-4.2.6/lib/active_record/railties/databases.rake:44:in `block (2 levels) in \u003ctop (required)\u003e'\n/usr/local/share/ruby/gems/2.3/gems/rake-11.2.2/exe/rake:27:in `\u003ctop (required)\u003e'\nTasks: TOP =\u003e db:migrate\n(See full trace by running task with --trace)\n```\n\n**My environment:**\n\n```\n[ec2-user@ip dbhero]$ cat /etc/*-release\nNAME=\"Amazon Linux AMI\"\nVERSION=\"2016.03\"\nID=\"amzn\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"2016.03\"\nPRETTY_NAME=\"Amazon Linux AMI 2016.03\"\nANSI_COLOR=\"0;33\"\nCPE_NAME=\"cpe:/o:amazon:linux:2016.03:ga\"\nHOME_URL=\"http://aws.amazon.com/amazon-linux-ami/\"\nAmazon Linux AMI release 2016.03\n\n[ec2-user@ip dbhero]$ gem list\n*** LOCAL GEMS ***\n\nactionmailer (4.2.6)\nactionpack (4.2.6)\nactionview (4.2.6)\nactivejob (4.2.6)\nactivemodel (4.2.6)\nactiverecord (4.2.6)\nactivesupport (4.2.6)\naddressable (2.4.0)\narel (6.0.3)\nbigdecimal (1.2.8)\nbinding_of_caller (0.7.2)\nbuilder (3.2.2)\nbundler (1.12.5)\nbyebug (9.0.5)\ncoffee-rails (4.1.1)\ncoffee-script (2.4.1)\ncoffee-script-source (1.10.0)\nconcurrent-ruby (1.0.2)\ndbhero (1.1.9)\ndebug_inspector (0.0.2)\nerubis (2.7.0)\nexecjs (2.7.0)\nfaraday (0.9.2)\nglobalid (0.3.6)\ngoogle-api-client (0.9.9)\ngoogle_drive (2.0.1)\ngoogleauth (0.5.1)\nhas_scope (0.7.0)\nhttpclient (2.8.0)\nhurley (0.2)\ni18n (0.7.0)\nio-console (0.4.5)\njbuilder (2.5.0)\njquery-rails (4.1.1)\njson (1.8.3)\njwt (1.5.1)\nlittle-plugger (1.1.4)\nlogging (2.1.0)\nloofah (2.0.3)\nmail (2.6.4)\nmemoist (0.14.0)\nmime-types (3.1)\nmime-types-data (3.2016.0521)\nmini_portile2 (2.1.0)\nminitest (5.9.0)\nmulti_json (1.12.1)\nmulti_xml (0.5.5)\nmultipart-post (2.0.0)\nmysql2 (0.4.4)\nnokogiri (1.6.8)\noauth (0.5.1)\noauth2 (1.1.0)\nos (0.9.6)\npkg-config (1.1.7)\npower_assert (0.2.7)\npsych (2.0.17)\nrack (1.6.4)\nrack-test (0.6.3)\nrails (4.2.6)\nrails-deprecated_sanitizer (1.0.3)\nrails-dom-testing (1.0.7)\nrails-html-sanitizer (1.0.3)\nrailties (4.2.6)\nrake (11.2.2)\nrdoc (4.2.2)\nrepresentable (2.3.0)\nresponders (2.2.0)\nretriable (2.1.0)\nsass (3.4.22)\nsass-rails (5.0.4)\nsdoc (0.4.1)\nsignet (0.7.2)\nslim (3.0.7)\nslim-rails (3.1.0)\nspring (1.7.1)\nsprockets (3.6.0)\nsprockets-rails (3.0.4)\nsqlite3 (1.3.11)\ntemple (0.7.7)\ntest-unit (3.1.5)\nthor (0.19.1)\nthread_safe (0.3.5)\ntilt (2.0.5)\nturbolinks (2.5.3)\ntzinfo (1.2.2)\nuber (0.0.15)\nuglifier (3.0.0)\nweb-console (2.3.0)\n```\n\nI was using Amazon EC2 with MySQL 5.5.\n","author":{"url":"https://github.com/paladini","@type":"Person","name":"paladini"},"datePublished":"2016-06-16T21:27:45.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/3/dbhero/issues/3"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c0edcf70-1469-2e37-4b39-4f336e5cf044
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9DD8:DED9B:AD391C:E0797D:698BC029
html-safe-nonceb78c1ed0cb47d5581ecd5e24e8ad7b802fcf45a46fa89d706c97c7fa03f86b91
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5REQ4OkRFRDlCOkFEMzkxQzpFMDc5N0Q6Njk4QkMwMjkiLCJ2aXNpdG9yX2lkIjoiNjY2ODg2MjU5OTIwNTczMjM5MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac82a3fb98a53a21c6b2b27b24400ec80f7d3373ebc501d219d12e23e37dd626aa
hovercard-subject-tagissue:160765188
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/catarse/dbhero/3/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5bee57fb1d28378dc077f4764938d76a927c87274527a3b43664f5cf3277096d/catarse/dbhero/issues/3
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5bee57fb1d28378dc077f4764938d76a927c87274527a3b43664f5cf3277096d/catarse/dbhero/issues/3
og:image:altI was trying to run DBHero on a MySQL database and have some issues related to index. [ec2-user@ip-172-31-26-217 dbhero]$ rake db:migrate == 20160616203934 CreateDbheroDataclips: migrating ========...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepaladini
hostnamegithub.com
expected-hostnamegithub.com
None640eeb7b6ff4d8d106235d228c0c286e82592d4d2403227b5b2b4fc5832297a4
turbo-cache-controlno-preview
go-importgithub.com/catarse/dbhero git https://github.com/catarse/dbhero.git
octolytics-dimension-user_id721161
octolytics-dimension-user_logincatarse
octolytics-dimension-repository_id32587078
octolytics-dimension-repository_nwocatarse/dbhero
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id32587078
octolytics-dimension-repository_network_root_nwocatarse/dbhero
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3d444f0a47beeeac94cddbb51c91ab408befe8d4
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/catarse/dbhero/issues/3#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcatarse%2Fdbhero%2Fissues%2F3
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcatarse%2Fdbhero%2Fissues%2F3
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=catarse%2Fdbhero
Reloadhttps://patch-diff.githubusercontent.com/catarse/dbhero/issues/3
Reloadhttps://patch-diff.githubusercontent.com/catarse/dbhero/issues/3
Reloadhttps://patch-diff.githubusercontent.com/catarse/dbhero/issues/3
catarse https://patch-diff.githubusercontent.com/catarse
dbherohttps://patch-diff.githubusercontent.com/catarse/dbhero
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fcatarse%2Fdbhero
Fork 14 https://patch-diff.githubusercontent.com/login?return_to=%2Fcatarse%2Fdbhero
Star 58 https://patch-diff.githubusercontent.com/login?return_to=%2Fcatarse%2Fdbhero
Code https://patch-diff.githubusercontent.com/catarse/dbhero
Issues 5 https://patch-diff.githubusercontent.com/catarse/dbhero/issues
Pull requests 36 https://patch-diff.githubusercontent.com/catarse/dbhero/pulls
Actions https://patch-diff.githubusercontent.com/catarse/dbhero/actions
Projects 0 https://patch-diff.githubusercontent.com/catarse/dbhero/projects
Wiki https://patch-diff.githubusercontent.com/catarse/dbhero/wiki
Security 0 https://patch-diff.githubusercontent.com/catarse/dbhero/security
Insights https://patch-diff.githubusercontent.com/catarse/dbhero/pulse
Code https://patch-diff.githubusercontent.com/catarse/dbhero
Issues https://patch-diff.githubusercontent.com/catarse/dbhero/issues
Pull requests https://patch-diff.githubusercontent.com/catarse/dbhero/pulls
Actions https://patch-diff.githubusercontent.com/catarse/dbhero/actions
Projects https://patch-diff.githubusercontent.com/catarse/dbhero/projects
Wiki https://patch-diff.githubusercontent.com/catarse/dbhero/wiki
Security https://patch-diff.githubusercontent.com/catarse/dbhero/security
Insights https://patch-diff.githubusercontent.com/catarse/dbhero/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/catarse/dbhero/issues/3
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/catarse/dbhero/issues/3
Update DBHero to work with MySQLhttps://patch-diff.githubusercontent.com/catarse/dbhero/issues/3#top
https://github.com/paladini
https://github.com/paladini
paladinihttps://github.com/paladini
on Jun 16, 2016https://github.com/catarse/dbhero/issues/3#issue-160765188
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.