Script not connecting to DB
#1

I've created my DB, everything is sorted, I have all the information needed but when I click on samp_exe nothing happens? It doesn't seem to be connecting to the script.


SA-MP Dedicated Server
----------------------
v0.3d, ©2005-2011 SA-MP Team

[21:30:14]
[21:30:14] Server Plugins
[21:30:14] --------------
[21:30:14] Loading plugin: wp
[21:30:14]
[21:30:14] ==================
[21:30:14]
[21:30:14] Whirlpool loaded
[21:30:14]
[21:30:14] ==================
[21:30:14]
[21:30:14] Loaded.
[21:30:14] Loading plugin: sscanf
[21:30:14]

[21:30:14] ===============================

[21:30:14] sscanf plugin loaded.

[21:30:14] © 2009 Alex "******" Cole

[21:30:14] ===============================

[21:30:14] Loaded.
[21:30:14] Loading plugin: streamer
[21:30:14]

*** Streamer Plugin v2.6 by Incognito loaded ***

[21:30:14] Loaded.
[21:30:14] Loading plugin: mysql
[21:30:14]

> MySQL plugin R5 successfully loaded.

[21:30:14] Loaded.
[21:30:14] Loading plugin: irc
[21:30:14]

*** IRC Plugin v1.4.2 by Incognito loaded ***

[21:30:14] Loaded.
[21:30:14] Loading plugin: GeoIP_Plugin
[21:30:14] GeoIP_Plugin got loaded.
[21:30:14] Loaded.
[21:30:14] Loaded 6 plugins.

[21:30:14]
[21:30:14] Filterscripts
[21:30:14] ---------------
[21:30:14] Loaded 0 filterscripts.

[21:30:35] -----------------------------------------------------------------
[21:30:35] Script: Relentless Gaming
[21:30:35] Status: Loaded, running version 2.0.0.4 [Rev. 284]
[21:30:35] -----------------------------------------------------------------
[21:30:35] main() has been called.
[21:30:35] Number of vehicle models: 0

That's the log that appears after attempting to run the server, any suggestions on how to get it working?
Reply
#2

By the looks of it you are using Vortex Roleplay,
So go to the scriptfiles and edit the MySQL.txt file!
Reply
#3

Indeed! and I'll try it now...
Reply
#4

I've changed it? and nothing has changed? EDIT: sorry for the double post, I have this:

$mysql_host = "";
$mysql_database = "";
$mysql_user = "";
$mysql_password = "";

I have all the information, (clearly not going to post it) I've placed that into the mysql.txt and nothing?
Reply
#5

This should work!
$mysql_host = "localhost";
$mysql_database = "DBHERE";
$mysql_user = "Name to connect to phpmyadmin"; (usually root)
$mysql_password = "password to connect to phpmyadmin";
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)