Help with .sql
#1

Where to put in who folder in gamemode Object.sql ?
Reply
#2

It's a sql dump so you need to open phpmyadmin go to your database, select 'import' tab and find your Object.sql and upload it
Reply
#3

WHAT ?!
Reply
#4

SQL is a DATABASE DUMP file that allows you to INSERT large numbers of rows and columns INTO a database.

something like this should work

mysql_query("SOURCE file.sql");
Reply
#5

Quote:
Originally Posted by teomakedonija
Посмотреть сообщение
WHAT ?!
Open phpmyadmin, click on the database, select "Import", import the .sql file and press Ok.

Done.
Reply
#6

A *.sql file contains all MySQL queries needed to build a database. PHPMyAdmin is a tool that you can load up in your web browser with which you can maintain your databases. I hope that gives you a little more insight in what it is with what you are working.

PHPMyAdmin comes with the package XAMPP/WAMP/LAMP/MAMP or as a stand-alone.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)