108 reputation
3
bio website
location Malaysia
age 40
visits member for 1 year, 2 months
seen May 11 at 12:35
stats profile views 2

Mostly into C# dot net and sql server


Apr
24
awarded  Popular Question
Mar
20
awarded  Student
Mar
20
accepted Apache 2.2/PHP is not loading the correct php.ini
Mar
20
comment Apache 2.2/PHP is not loading the correct php.ini
...so I downloaded that dll and installed it and did some tweaking and actually everything works now. I am using this: PHPIniDir "C:/PHP" The solution was to start Apache from Command Line instead of taskbar. Otherwise I would never have found that error. Thanks :)
Mar
20
comment Apache 2.2/PHP is not loading the correct php.ini
If I start httpd.exe from command line, it says The application has failed to start because MSVCR71.dll was not found, re-installing the application might solve the problem"
Mar
20
comment Apache 2.2/PHP is not loading the correct php.ini
I have tried: PHPIniDir c:/PHP/, PHPIniDir 'c:/PHP/', PHPIniDir "c:/PHP/". All three variations makes it impossible to start Apache (The Requested operation has failed)
Mar
20
asked Apache 2.2/PHP is not loading the correct php.ini
Mar
16
awarded  Scholar
Mar
16
accepted I can't connect to MySql from another machine
Mar
16
comment I can't connect to MySql from another machine
Jeremy C. & @Safado: You guys have solved my problem. I created a user like 'username'@'myhomeip' and gave him some grants and that worked like a charm
Mar
16
comment I can't connect to MySql from another machine
I don't really get what's going on here but yeah the webserver is connected "directly" to the internet, otherwise it would be a rather pointless webserver, or what?
Mar
16
comment I can't connect to MySql from another machine
the query select user,host from mysql.user gives me my three users (root and two more) and localhost on all three
Mar
16
comment I can't connect to MySql from another machine
the query show grants for user@'%'; gives me this: ERROR 1141 (42000): There is no such grant defined for user 'hmadmin' on host '% '
Mar
16
asked I can't connect to MySql from another machine