I've searched the forums and I can't seem to find anything on this. I'm using a special php script from my computer that connects to a database on my computer. However, I want to connect to the database on my server here, to pull information from my phpBB database. Here is the code:
$db = new db('mysql://tri30t_tri30tassword@tri30t.elementfx.com:3306/tri30t_tri30t');
I've added the user to my list, and I've added my ip to my remote access list. but my $db->connect(); statement returns false, and I can't connect. What am I doing wrong?
$db = new db('mysql://tri30t_tri30tassword@tri30t.elementfx.com:3306/tri30t_tri30t');
I've added the user to my list, and I've added my ip to my remote access list. but my $db->connect(); statement returns false, and I can't connect. What am I doing wrong?