|
-
Feb 11th, 2006, 06:59 PM
#1
Thread Starter
Member
Help me please with MYSQL
Hi, I have a porblems with database MYSQL.
I have a MYSQL database. On my Computer is with Apache all OK but on internet is with errors.
-
Feb 11th, 2006, 11:19 PM
#2
Fanatic Member
Re: Help me please with MYSQL
your going to have to be a little more specific. what it your actual issue your running into? does your mysql not work when you connect to it over the internet? Is this your personal computer?
-
Feb 12th, 2006, 09:23 AM
#3
Thread Starter
Member
-
Feb 12th, 2006, 09:34 AM
#4
Re: Help me please with MYSQL
Is this on web hosting ?
Have you checked the exact host name (usually 'localhost') user name, password, etc.?
What is the error message you get? If you don't get one after trying to connect, have you tried mysql_error() ?
-
Feb 12th, 2006, 09:35 AM
#5
<?="Moderator"?>
Re: Help me please with MYSQL
are you trying to connect to the MySQL database directly over the internet, though an application such as MySQL Admin or MySQL-CC, if so try opening port 3306 on your firewall.
Also you need to set specific premissions on the MySQL users if you want them to be able to connect from another host other than localhost
-
Feb 12th, 2006, 09:46 AM
#6
Fanatic Member
Re: Help me please with MYSQL
Make sure you are also using the write address to connect to your computer. if you are using the ip address of your computer, make sure your using the correct one. if you are behind a router the ip address you need to use is of the routerm, not the computer. also check if your using a port number
-
Feb 12th, 2006, 10:48 AM
#7
Thread Starter
Member
-
Feb 12th, 2006, 10:52 AM
#8
Re: Help me please with MYSQL
Is this literally the line in your code?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|