SA-MP Forums Archive
Hello, can some one help me with this error please - 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: Hello, can some one help me with this error please (/showthread.php?tid=635524)



Hello, can some one help me with this error please - Engito - 08.06.2017

Quote:

[01:30:21] Max Objects: -1
[01:30:21] [ConnectToMainPipeline:] Connecting to port_4444...
[02:30:21] [MySQL] (MySQLPipeline) Fatal Error! Could not connect to MySQL: Host localhost - DB: port_4444 - User: root
[02:30:21] [MySQL] Note: Make sure that you have provided the correct connection credentials.
[02:30:21] [MySQL] Error number: 1049
[02:30:21] Number of vehicle models: 0
[02:30:21] --- Server Shutting Down.
[02:30:21]

*** Streamer Plugin v2.7.8 by Incognito unloaded ***

[02:30:21] plugin.mysql: Unloading plugin...
[02:30:21] plugin.mysql: Plugin unloaded.
[02:30:21]

*** IRC Plugin v1.4.6 by Incognito unloaded ***

[02:30:21]
[02:30:21] ====================
[02:30:21]
[02:30:21] Whirlpool unloaded
[02:30:21]
[02:30:21] ====================
[02:30:21]

Quote:

new MySQLPipeline; // Main MySQL pipeline handler

#define SQL_HOST "localhost"
#define SQL_USER "root"
#define SQL_PASS ""
#define SQL_DATA "port_4444"

i'm trying to run MySQL server @localhost i uploaded everything on phpmyadmin everything right but it wont connect on MySQL can some one help me please ?


Re: Hello, can some one help me with this error please - Abagail - 08.06.2017

Error 1049 means unknown database. Is your database port_4444 or are you trying to use the 4444 port to connect?


Re: Hello, can some one help me with this error please - Engito - 09.06.2017

Quote:
Originally Posted by Abagail
Посмотреть сообщение
Error 1049 means unknown database. Is your database port_4444 or are you trying to use the 4444 port to connect?
Fixed i'm so stupid thanks bro