Moderators: jmacgreg, michael, John, vgabler
1) Can I install MySQL and PHP onto a personal lap top and then install OJS onto that Lap top just for initial testing of the software (no server)?
2) I have installed MySQL and PHP onto my server here which runs on Windows XP. ... However, I now run into the problem on the same Database Configuration Page on Install :Sorry, an error has occurred: Unable to establish database connection. Is this an error in my MySQL setup?
if($pconnect) {
if( !($this->connection = @mysql_pconnect($host, $login, $password)) ) { return false; }
} else {
if( !($this->connection = @mysql_connect($host, $login, $password)) ) { return false; }
}Return to OJS Editorial Support and Discussion
Users browsing this forum: No registered users and 3 guests