Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - carolg22

1
Questions / Re: Connecting PHPRad to MySQL Server
Hi @willvin Thank you for your reply.  I checked to make sure the credentials in the config.php are correct, and it seems they are, however I am receiving the same message.  This is the code that I am using in the models PDODb file:

public function __construct($type = mysql, $host = localhost, $username = root, $password = '', $dbname = sqlserver1, $port = 3308, $charset = utf8)

noting that the port I am using is not the default. 
2
Questions / Connecting PHPRad to MySQL Server
Hello everyone!

I have created a form using PHPRad and am struggling to connect this form to the database in MySQL Server.  It seems that there is an error using the construct function in which I have to specify the host, username, password, database, port, and charset.  Any suggestions?  Any and all help would be much appreciated!

Thanks