- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
dark42
I can not connect site l2off
# Qual método de conexão você irá utilizar?
$conMethod = 1; // 1 = MsSQL, 2 = SQLSRV, 3 = ODBC, 4 = PDO-ODBC
# Banco de dados de autenticações
$dbnm['DB'] = 'lin2db'; // Nome do banco (geralmente lin2db)
$host['DB'] = 'root'; // Endereço do host/server
$port['DB'] = 1433; // Porta do host/server (padrão: 1433)
$user['DB'] = 'sa'; // Usuário
$pass['DB'] = 'PASS'; // Senha
I ran sql in the database but still says Failed to connect! #MSSQL #DB
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now