Rishele Posted March 7, 2008 Share Posted March 7, 2008 I'm trying to install a Sign-up & Log-in Script on my website using PHP and MySQL. I am a complete newbie at PHP and MySQL but I'm trying to follow the tutorial given. I created the files and uploaded them to my server but I'm getting this error message. Could not connect to mysql because Can't connect to MySQL server on 'hollamagazineonline.com' (61) This is the tutorial I am following.... http://www.xentrik.net/php/signup/index.php I reallyyyyyy need this to work so I will appreaciate any and all help!! Thanks! Link to comment https://forums.phpfreaks.com/topic/94816-cant-connect-to-mysql-server/ Share on other sites More sharing options...
amites Posted March 7, 2008 Share Posted March 7, 2008 I've come to appreciate http://www.tizag.com/mysqlTutorial/ helped a few friends I've been turning onto PHP Link to comment https://forums.phpfreaks.com/topic/94816-cant-connect-to-mysql-server/#findComment-485618 Share on other sites More sharing options...
Rishele Posted March 7, 2008 Author Share Posted March 7, 2008 looks like a very helpful site. can you please point me into the right direction? i have a deadline of tomorrow night Link to comment https://forums.phpfreaks.com/topic/94816-cant-connect-to-mysql-server/#findComment-485625 Share on other sites More sharing options...
Rishele Posted March 7, 2008 Author Share Posted March 7, 2008 please help! Link to comment https://forums.phpfreaks.com/topic/94816-cant-connect-to-mysql-server/#findComment-485630 Share on other sites More sharing options...
kenchucky Posted March 7, 2008 Share Posted March 7, 2008 I am a complete newbie at PHP and MySQL but I'm trying to follow the tutorialCool. So you you don't know anything about PHP/MySQL, you want to get started though? The link posted above is a good place to start. i have a deadline of tomorrow nightHuh? What are you talking about? Do you mean that you told somebody that you know PHP/MySQL when you don't, and you're asking them to pay you? It's generally a bad idea to get a job that you can't do. Apologize to him, and once you have learned PHP/MySQL, THEN ask for a job. Link to comment https://forums.phpfreaks.com/topic/94816-cant-connect-to-mysql-server/#findComment-485717 Share on other sites More sharing options...
aschk Posted March 7, 2008 Share Posted March 7, 2008 The clue is in the error message Could not connect to mysql because Can't connect to MySQL server on 'hollamagazineonline.com' You can't connect to the MySQL server. I'm guessing that you're attemping to connect to a MySQL server located on the domain "hollamagazineonline.com" but it would appear that that server doesn't allow MySQL connections, either because it's ported blocked or because MySQL doesn't exist on that machine. It might also be helpful if you provided the code you are using to connect to the server in question (blurring out sensitive information obviously). Link to comment https://forums.phpfreaks.com/topic/94816-cant-connect-to-mysql-server/#findComment-485984 Share on other sites More sharing options...
fenway Posted March 7, 2008 Share Posted March 7, 2008 There's a whole sticky dedicated to this topic. Link to comment https://forums.phpfreaks.com/topic/94816-cant-connect-to-mysql-server/#findComment-486073 Share on other sites More sharing options...
Rishele Posted April 3, 2008 Author Share Posted April 3, 2008 i have a deadline of tomorrow nightHuh? What are you talking about? Do you mean that you told somebody that you know PHP/MySQL when you don't, and you're asking them to pay you? It's generally a bad idea to get a job that you can't do. Apologize to him, and once you have learned PHP/MySQL, THEN ask for a job. This is not a paid job, it's a favor. I had no idea that it would be so difficult. I thought by following the tutorials would make it fairly simple, but I'm mistaken. Link to comment https://forums.phpfreaks.com/topic/94816-cant-connect-to-mysql-server/#findComment-508047 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.