def load_current_resource
@mysql = Chef::MySQL.new
@current_resource = Chef::Resource::MysqlUser.new(new_resource.name)
@current_resource.user(new_resource.user)
def load_current_resource
@mysql = Chef::MySQL.new
@current_resource = Chef::Resource::MysqlUser.new(new_resource.name)
@current_resource.user(new_resource.user)