N98\Magento\Command\Database\AbstractDatabaseCommand::getMysqlClientToolConnectionString PHP Method

getMysqlClientToolConnectionString() protected method

Deprecation: Please use database helper
    protected function getMysqlClientToolConnectionString()
    {
        /** @see DatabaseHelper::getMysqlClientToolConnectionString */
        return $this->getHelper('database')->getMysqlClientToolConnectionString();
    }