I posted awhile ago and received some help but there's a different problem now.
I've created a PHP web-based interface for easy data entry into a SQL database. The problem is that I do my web hosting on a different machine than the SQL server.
SQL Server = Win2k
PHP Web Hosting = Red Hat 7.1
When i submit data through the web form, i receive:
Warning: MySQL Connection Failed: Access denied for user: 'remnant@gateway.lan' (Using password: YES)
Obviously there's something that needs to be setup on my SQL server, but what and how?
remnant = username to SQL via PHP
gateway.lan = hostname of RH 7.1
I installed MySQL server on RH but i can't seem to start the daemon and webmin says it's not installed... so until i can figure that one out, i can't use localhost for serving.
Thanks in advance.
I've created a PHP web-based interface for easy data entry into a SQL database. The problem is that I do my web hosting on a different machine than the SQL server.
SQL Server = Win2k
PHP Web Hosting = Red Hat 7.1
When i submit data through the web form, i receive:
Warning: MySQL Connection Failed: Access denied for user: 'remnant@gateway.lan' (Using password: YES)
Obviously there's something that needs to be setup on my SQL server, but what and how?
remnant = username to SQL via PHP
gateway.lan = hostname of RH 7.1
I installed MySQL server on RH but i can't seem to start the daemon and webmin says it's not installed... so until i can figure that one out, i can't use localhost for serving.
Thanks in advance.