S.Cosmin Posted June 18, 2011 Share Posted June 18, 2011 Hi guys i don't know if that's is the right topic for my problem, if not i'm sorry. So, i us windows 7 and for 2 weeks i have a problem with my xampp. Every time i want to run the SQL, doesn't start. When i pres the button start i heart a sound like a "BEEP". And that stooped. Who can cussed this problem? And, can i fix this, because i want to work on my mcc game. Thank you. Quote Link to comment Share on other sites More sharing options...
a_bertrand Posted June 18, 2011 Share Posted June 18, 2011 Sorry but that's not enough info to help you. You may try to check in the event log to see if you get additional info or if there is some sort of log file which is created but just saying your MySQL stop is a bit weak. Quote Link to comment Share on other sites More sharing options...
S.Cosmin Posted June 18, 2011 Author Share Posted June 18, 2011 Where are these logs saved? Quote Link to comment Share on other sites More sharing options...
rulerofzu Posted June 18, 2011 Share Posted June 18, 2011 google xaamp mysql will not start you can see many others that have had several issues its bound to be one of them. Quote Link to comment Share on other sites More sharing options...
a_bertrand Posted June 18, 2011 Share Posted June 18, 2011 Don't know it there is any logs, but I would start to check the event viewer. Quote Link to comment Share on other sites More sharing options...
S.Cosmin Posted June 18, 2011 Author Share Posted June 18, 2011 Ok, i can't explain but i have make a sort video http://www.youtube.com/watch?v=a7Ucs6J6rQM What do you think? Quote Link to comment Share on other sites More sharing options...
Uridium Posted June 18, 2011 Share Posted June 18, 2011 didnt find much in the way of help but this may help you http://www.sevenforums.com/crashes-debugging/86568-mysql-server-wont-start.html Quote Link to comment Share on other sites More sharing options...
Uridium Posted June 18, 2011 Share Posted June 18, 2011 do you have SKYPE running at all ? I had sasme problem but with the Apache on Xampp shutting down Skype cured this Quote Link to comment Share on other sites More sharing options...
S.Cosmin Posted June 18, 2011 Author Share Posted June 18, 2011 Same error after that error, and i dont have skype. Another way to fix this problem please? Thank you Quote Link to comment Share on other sites More sharing options...
rulerofzu Posted June 18, 2011 Share Posted June 18, 2011 uninstall delete everything and install wamp Quote Link to comment Share on other sites More sharing options...
bineye Posted June 18, 2011 Share Posted June 18, 2011 uninstall delete everything and install wamp +1 to that. Never had any problems with WAMP in 2 years of using it. Quote Link to comment Share on other sites More sharing options...
S.Cosmin Posted June 18, 2011 Author Share Posted June 18, 2011 wamp is better than xampp? Quote Link to comment Share on other sites More sharing options...
Nickson Posted June 18, 2011 Share Posted June 18, 2011 they are different ... some people will have used xampp their whole life probably without problems, I myself have been using wampserver since ever, and honestly I've never had any problems. Except that you can't use skype on the same port (but that should be the same with xampp too, if it also uses the standard port 80). Quote Link to comment Share on other sites More sharing options...
Uridium Posted June 19, 2011 Share Posted June 19, 2011 (edited) Sounds to me like something is using Port 80 so even if you add wamp youd still have same issue Find out whats using port 80: You can usually remedy this on xampp with the following file >> C:\xampp\apache\conf\httpd.conf BACKUP THIS FILE BEFORE EDITING in the file look for use of port 80 usually looks like #Listen 12.34.56.78:80 Listen 80 and change 80 to a port you know thats free scroll down page and find ServerName localhost:80 change that to match your Listening Port Edited June 19, 2011 by illusions fat fingers Quote Link to comment Share on other sites More sharing options...
S.Cosmin Posted June 19, 2011 Author Share Posted June 19, 2011 What ever, i go to install wampserver, maybe well be better. Quote Link to comment Share on other sites More sharing options...
S.Cosmin Posted June 19, 2011 Author Share Posted June 19, 2011 Damn, i have some errors with wampserver, who knows how to fix that? http://i52.tinypic.com/2150e45.jpg Quote Link to comment Share on other sites More sharing options...
rulerofzu Posted June 19, 2011 Share Posted June 19, 2011 Nope you dont have errors with wampserver you have errors in your code. As it says in the errors. Eregi is depreciated and you have undefined index. You can save yourself a lot of time and search for solutions rather than waiting for help! Its how you learn stuff ;) preg match replaced eregi you can either sort out your index issues or simply turn off error reporting. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.