SQL question

Status
Not open for further replies.

kr338r

2nd prize is steak knives
Oct 7, 2006
222
5
0
axss.us
i just got an arcade script i'm going to add to a site i have.

the first thing to do is:

1. Install the tables from "tables.sql"

can anyone point me to how i go about doing this?
i have a sql db for the site, just don't know much else about this kinda stuff.

thanks in advance for your time.
:)
 


uploads via the web with scripts like phpmyadmin are limited to the file size in the php.ini settings... so if you ever need to upload a large sql (usually > 2mb) file use the below within a mysql terminal after you've selected your table to use:

$shell> source < path/to/file.sql;

cheers!
 
uploads via the web with scripts like phpmyadmin are limited to the file size in the php.ini settings... so if you ever need to upload a large sql (usually > 2mb) file use the below within a mysql terminal after you've selected your table to use:

$shell> source < path/to/file.sql;

cheers!

thanks, i would if i could! :) (figger it out, that is)
i'll try to remember that piece of advice, but i will prolly just end up here asking for an explanation of it!?
 
Status
Not open for further replies.