Re: MuCore runs super slow.
Open the config for mucore 1.0.8 and if ur using ODBC remove 127.0.0.1 and leave it blank.
Or change ODBC to MSSQL and it should run faster. Or recode your template.
Re: MuCore runs super slow.
@itaialroy
version 1.7.7 if u wanna use it there
1. stop Apache
2. Find php_mssql.dll till you see this :
;extension=php_mssql.dll
Change it to :
extension=php_mssql.dll
3.If you are using PDO MSSQL find this :
;extension=php_pdo_mssql.dll
Change it to :
extension=php_pdo_mssql.dll
4. install this to unpack the correct dll files for xampp required
Download DLL4Xampp.exe in Ziddu
5. start apache again and recheck ur web.
Re: MuCore runs super slow.
When i use module with SQL connection very slow. my web is mssql on the web hosting. but my hosting is very fast. I dont know? any solution>
Re: MuCore runs super slow.
Quote:
Originally Posted by
zzlovezz
When i use module with SQL connection very slow. my web is mssql on the web hosting. but my hosting is very fast. I dont know? any solution>
what sql server u have? what xampp / apache version u have?
Re: MuCore runs super slow.
Quote:
Originally Posted by
KarLi
what sql server u have? what xampp / apache version u have?
SQL 2008 R2, i dont use xamp. I put my web on the web hosting.
Re: MuCore runs super slow.
Quote:
Originally Posted by
zzlovezz
SQL 2008 R2, i dont use xamp. I put my web on the web hosting.
Then i see the web hosting being the problem again remove 127.0.0.1 leave it blank
Post your mucore config.php and i will see what i can do. and upload your template.
Re: MuCore runs super slow.
Quote:
Originally Posted by
DragonSeth
Then i see the web hosting being the problem again remove 127.0.0.1 leave it blank
Post your mucore config.php and i will see what i can do. and upload your template.
$core['connection_type'] = "MSSQL";
#########################################
/*--------------------------------------------------*\
| MuOnline Database Connection Settings |
| |
| $core['db_host'] : Database host address |
| $core['db_name'] : Database name |
| $core['db_use'] : SQL Authentication user |
| $core['db_password'] : SQL Authentication password |
\*--------------------------------------------------*/
$core['db_host'] = "51.255.234.18";
$core['db_name'] = "MuOnline";
$core['db_user']= "sa";
$core['db_password'] = "xxxx";
btw you can not leave the db_host blank because it on the Web hosting not on the VSP .
Re: MuCore runs super slow.
U must use ip to connect to mssql with port.
51.255.233.18:1433
Use that.
Sent from my iPhone.