SA-MP Forums Archive
How to get MYSQL working on my server. - 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: How to get MYSQL working on my server. (/showthread.php?tid=473980)



How to get MYSQL working on my server. - Moneymachine - 05.11.2013

Make Sure to edit the MYSQL Of the UCP AND The Pawno, To yours! Or it wont work.
This UCP Will only work with the **** Script. These are the instructions, how i should make the server work. I just cant understand what to do.

PHP код:
HOST=localhost
DB
=hello
USER
=root
PASS
=
SERVER=1
DEBUG
=
PHP код:
error_reporting(0);
$host "66.150.164.208";        //Database Host
$username "root";            //Database Username
$password "";            //Database Password
$db_name "hello";            //Database Name
$prefix "";            //Prefix 
PHP код:
-- phpMyAdmin SQL Dump
-- version 4.0.4
-- http://www.phpmyadmin.net
--
-- 
Host127.0.0.1
-- Generation TimeJul 282013 at 02:15 AM
-- Server version5.5.32
-- PHP Version5.4.16 
Some of the MYSQL things..Should i do something to those?


Re: How to get MYSQL working on my server. - Alex Magaсa - 05.11.2013

I would recommend you use XAMMP (LocalHost MYSQL). If you are in any host then post the Hosting Databases.