Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Post general support questions here that do not specifically fall into the Linux or Windows categories.
Moderators: Developers , Moderators
rootik
Posts: 8 Joined: Tue Feb 05, 2002 7:00 pm
Location: Ukraine
Contact:
Post
by rootik » Fri Feb 08, 2002 8:55 am
You should add sql server hostname in sql.php.
if ($database_password == "") {
$sql = `mysqladmin -h $database_hostname -u $database_username status |
awk '{print $6 }'`;
}else{
$sql = `mysqladmin -h $database_hostname -u $database_username -p$databa
se_password status | awk '{print $6 }'`;
}
Igor N Indick
JSC Doris
raX
Lead Developer
Posts: 2243 Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:
Post
by raX » Mon Feb 11, 2002 6:33 pm
Made the change...
-Ian
Users browsing this forum: No registered users and 2 guests