Hello,
How can i create domain whit out xampp? Because i cant run web, i'm using 4.4 muweb. But can't connect whit me domain database?
Hello,
How can i create domain whit out xampp? Because i cant run web, i'm using 4.4 muweb. But can't connect whit me domain database?
what you mean you cant connect to your domain database?
Fatal error: Call to undefined function mssql_connect() in /home/usmu/domains/mu.us.lt/public_html/backs/bd.php on line 127
- - - Updated - - -
$connect['IP'] = "mu.us.lt"; // server IP
$connect['login'] = "usmu_online"; // server login
$connect['pass'] = "pass"; // server password
$connect['database'] = "usmu_online"; // database name
i think its correct yes?
but mines login and database name is same "usmu_online" i created like that
try to re install your MSSQL and just use default configuration maybe it will help
1st of all... at 1st time learn a little IT!
$connect['IP'] = "mu.us.lt"; // server IP --- server ip its local ip - 127.0.0.1 you dont need to use here domain or WAN IP... its just for SQL connection.. and your sql is on your local machine ( i hope)
$connect['login'] = "usmu_online"; // server login // it must be the "sa" MSSQL username... if you dont know what does it mean, check it in the google -> MSSQL SA...
$connect['pass'] = "pass"; // server password // its the MSSQL "sa" user - password... if you didnt setted up the pass while you installed the MSSQL server, google -> mssql sa change password and you can change it and after that type here.
$connect['database'] = "usmu_online"; // database name // database name... its the restore Database name.. MuOnline / Me_MuOnline or what you want.... but 99% it will be MuOnline for you...