SA-MP Forums Archive
Server Getting Shutdown I don't know how! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Server Getting Shutdown I don't know how! (/showthread.php?tid=360564)



Server Crashing [Using MySQL] - KatieNGG - 18.07.2012

==========


Re: Server Getting Shutdown I don't know how! - AndreT - 18.07.2012

The script fails to establish a MySQL connection, that must be the reason for your shutdown.

If you're using Windows, look up XAMPP on the Internet and see if that can help you!


Re: Server Getting Shutdown I don't know how! - Jstylezzz - 18.07.2012

Well, most likely it's this:

Код:
[15:34:41] [MySQL] (Main Pipelines) Connecting to 127.0.0.1...
[15:34:41] [MySQL] (MainPipeline) Fatal Error! Could not connect to MySQL: Host 127.0.0.1 - DB: ngrp_main - User: root
[15:34:41] [MySQL] Note: Make sure that you have provided the correct connection credentials.
You need a mysql database to run this script, and i don't know which script you use, but you will also have to create tables and rows if you don't have a MYSQL database dump provided with the mode..

I had this too with MYSQL, if the server can't load something, it crashes.

EDIT: AndreT beat me to it xD