Mysql funktioniert nicht.. service mysql status mysql does not exist in /etc/rc.d 07/09/2015 - Metin2 Private Server - 8 Replies Hey,
mein Mysql Server funktíoniert von jetzt auf gleich nicht mehr..
Kam aus dem Freibad und alles war down..
Wenn ich den Mysql Server starten will sagt er mir:
" service mysql status
mysql does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d) "
Und wenn ich meinen Metin Server starte "cant connect to 127.0.0.1" weil der Mysql Server down ist..
I Need Help , Serious Help!! ( DB , And Wamp MySql) 12/08/2012 - EO PServer Hosting - 8 Replies Ok so ive spent days trying to figure this out , DAYS!! , How do i get them BOTH?! running , when i get one running , cant run the other because it conflicts with the other -_-,can someone help me?
PHP/MySQL Help - Is this MySQL Query correct? 09/23/2011 - CO2 Programming - 1 Replies $rank = mysql_query("SELECT Name,Level,Class,Online FROM entities ORDER BY Level DESC LIMIT $limit");
I'm pretty sure that is right... whenever I do
while ($row = mysql_fetch_array($rank)) { ... }
It always gives me a mysql_fetch_array error. I've checked and the database is populated, the columns exist, so what could be the issue?