# File lib/dbd/mysql/database.rb, line 160 def ping begin @handle.ping return true rescue MyError return false end end