johnny_o_neill
6-30-05, 01:42 PM
I was wondering if some could help me, I having a great deal of trouble accessing my database that is located on mysql09. I currently have two different database, the other one on mysql05 is working just fine. I recently added a script that access multiple tables in my database, but any of the scripts that were working before no longer work either. I also tried customizing my php.ini file, and i'm thinking that might be the problem. Here are the changes that i made to the php.ini file, i was just wondering if this would improve my sites preformance:
$contents .= "register_globals = Off \n";
$contents .= "session.save_path = /www/*/******/temp \n";
$contents .= "upload_tmp_dir = /www/*/*****/temp \n";
$contents .= "upload_max_filesize = 4M \n";
$contents .= "post_max_size = 10M \n";
I have since deleted the php.ini file from my directory. Here is the site i am talking about http://wrestling.johnny-o.net/ and the script is the bio.php script that you access by clicking on a wrestlers name. I would appreciate anyone's help, knowing me, i might have done something stupid :)
$contents .= "register_globals = Off \n";
$contents .= "session.save_path = /www/*/******/temp \n";
$contents .= "upload_tmp_dir = /www/*/*****/temp \n";
$contents .= "upload_max_filesize = 4M \n";
$contents .= "post_max_size = 10M \n";
I have since deleted the php.ini file from my directory. Here is the site i am talking about http://wrestling.johnny-o.net/ and the script is the bio.php script that you access by clicking on a wrestlers name. I would appreciate anyone's help, knowing me, i might have done something stupid :)