We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3a3dc commit 4c07e58Copy full SHA for 4c07e58
get_rows_from_each_table.rb
@@ -1,7 +1,7 @@
1
require 'rubygems'
2
require 'dbi'
3
4
-db_handler = DBI.connect('DBI:Mysql:provian_latest_db:localhost', 'root', 'root')
+db_handler = DBI.connect('DBI:Mysql:database_name:localhost', 'user_name', 'password')
5
6
# Collect all Tables
7
sql_1 = db_handler.prepare('SHOW tables;')
0 commit comments