Hi Dayna
Ok, this tells me now a few things:
First of all, the good point: MySQL seems to be running and accepting connections
The "Access denied" tells us, that either the user 'ufgquser' does not exist with the host '192.168.1.1' or it does not have the priviledges to access the desired database. I would guess for the first case: mind that 'ufgquser'@'localhost' is not the same user as 'ufgquser'@'192.168.1.1' for the database server. Usually, you can duplicate the localhost user and replace the hostname with 192.168.1.1
But the IP also gives something to think about: it is
NOT an outside IP ... all 192.168.x.x IP's are for a local network only (same as e.g. 10.x.x.x). This works only if the database server and the webserver are located in the same local network. Is this the case?
Greetz
FoTo50