ryabchikov59
New Member
- Messages
- 12
- Reaction score
- 0
- Points
- 0
I have a following error at connection to the database server:
Warning: mysql_query() [function.mysql-query]: Access denied for user '********'@'10.33.248.75' (using password: NO) in /home/********/public_html/********/index.php on line 7
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/********/public_html/********/index.php on line 7
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/********/public_html/********/index.php on line 7
Fatal error: Call to a member function assign() on a non-object in /home/********/public_html/********/index.php on line 12
Connection is carried out from a script which located on the subdomain. The script is adjusted correctly. As the database server it is specified localhost. Probably for connection from the subdomain it is required to specify other server?
Warning: mysql_query() [function.mysql-query]: Access denied for user '********'@'10.33.248.75' (using password: NO) in /home/********/public_html/********/index.php on line 7
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/********/public_html/********/index.php on line 7
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/********/public_html/********/index.php on line 7
Fatal error: Call to a member function assign() on a non-object in /home/********/public_html/********/index.php on line 12
Connection is carried out from a script which located on the subdomain. The script is adjusted correctly. As the database server it is specified localhost. Probably for connection from the subdomain it is required to specify other server?