Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
how to connect to mysql DB?
Geeboi_Mehdi
Huge Clucker
Posts: 449
Threads: 140
Joined: Apr 2012
Reputation:
0
#1
03.02.2013, 04:39
i need help to connect to Mysql i have Xampp instilled
Find
Reply
Scenario
Godfather
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
#2
03.02.2013, 04:49
Sure. Check this:
http://*******/Tt54Me
Find
Reply
ReneG
High-roller
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
#3
03.02.2013, 05:05
Quote:
Originally Posted by
RealCop228
Sure. Check this:
http://*******/Tt54Me
If you're gonna post a lmgtfy link, at least link it to a valid query. I couldn't find
one
xampp link related to sa-mp.
@OP - if you've just installed xampp, and haven't tinkered with the settings, this should do it.
pawn Код:
new
mysql
=
mysql_connect
(
"localhost"
,
"root"
,
"database_name"
,
""
)
;
where "database_name" is your respective database name.
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help