Skip to content

Commit 4c07e58

Browse files
committed
Update get_rows_from_each_table.rb
1 parent 0e3a3dc commit 4c07e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_rows_from_each_table.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'rubygems'
22
require 'dbi'
33

4-
db_handler = DBI.connect('DBI:Mysql:provian_latest_db:localhost', 'root', 'root')
4+
db_handler = DBI.connect('DBI:Mysql:database_name:localhost', 'user_name', 'password')
55

66
# Collect all Tables
77
sql_1 = db_handler.prepare('SHOW tables;')

0 commit comments

Comments
 (0)