# File lib/dbd_mysql/Mysql.rb, line 204
  def ping
    begin
      @handle.ping
      return true
    rescue MyError
      return false
    end
  end