Help with mysql
#1

Hello,

I have a mysql script but idk how to run it in my server can someone help me it would be Appreciated.
Reply
#2

First you must have XAMPP to run MySQL via Localhost

Код:
#define MySQL_HOST "localhost"   //To run MySQL by Home host or localhost (Do not change this)
#define MySQL_USER "root"   //default phpMyAdmin username (Do not change)
#define MySQL_PASS " "   //default phpMyAdmin password is empty (You will need to change it later)
#define MySQL_DB "sa-mp" //Now here is your database you have created.
Anyway, are you going to run it first by localhost or you want to put it immediate online?
Reply
#3

I will run it with local host first
Reply
#4

Quote:
Originally Posted by Meow22
Посмотреть сообщение
I will run it with local host first
Okay so after you already installed this XAMPP. Go to XAMPP Control Panel.
Click Start APACHE and MySQL

Then Using a browser, go to http://localhost/ Under Security left Panel change your password.

Now I want to ask if you have already a built in db? or are you going to make a new one?
Reply
#5

if I want to add it in my host so How I will?
Reply
#6

Quote:
Originally Posted by Meow22
Посмотреть сообщение
if I want to add it in my host so How I will?
Go back or (http://localhost) then Under the Tools you can find phpMyAdmin, On the top click Databases, and you can find Import somewhere over.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)