Author |
Message |
rrclansite
Regular


Joined: Jan 18, 2011
Posts: 86
|
Posted:
Thu Dec 30, 2010 12:47 pm |
|
|
|
 |
PHrEEkie
Subject Matter Expert

Joined: Feb 23, 2004
Posts: 358
|
Posted:
Thu Dec 30, 2010 4:04 pm |
|
If you have a control panel for your domain, ie., CPanel, then you most likely have phpMyAdmin available. .sql files are imported using this tool. Talk to your web host if you cannot find it, and if it's not available, you can download phpMyAdmin and install it yourself, although my best recommendation at that point would be to change web hosts. ; )
- Keith |
_________________ PHP - Breaking your legacy scripts one build at a time. |
|
|
 |
rrclansite

|
Posted:
Fri Dec 31, 2010 7:17 am |
|
i have phpadmin available, i always make sure i have that available because it might come in handy at some point.
so i just use import function from PhpMyAdmin?
and what to do on SQL compatibility modus? None or some of the following?
ANSI
DB2
MAXDB
MYSQL323
MYSQL40
MSSQL
ORACLE
TRADITIONAL
thanks for all the help so far
best regards,
rrclansite |
|
|
|
 |
PHrEEkie

|
Posted:
Fri Dec 31, 2010 7:41 pm |
|
You can do it two ways... you can click the Import tab (which I can see is where you are by the question), and as long as Format = SQL is selected, all the rest defaulted should be good (no compatibility should be required).
Or, you can open your .sql file in any text editor. Do a CTRL-A to highlight all of the file. Do a CTRL-C to copy the text to the clip buffer. Go to phpMyAdmin and load the relevant database. Click the SQL tab, and click once inside the dialogue box to insert the cursor. Do a CTRL-V to paste the clip buffer, then click Go.
If you get any errors that you can't seem to resolve, copy down the error text and post a message here.
Happy New Year to you!
- Keith |
|
|
|
 |
rrclansite

|
Posted:
Sat Jan 01, 2011 1:21 pm |
|
ok it all worked out fine, module is working properly now
just don't know how to get the server status to work in the blocks, seeing as i can choose from:
LGSL1
LGSL2
LGSL3
LGSL4
LGSL5
LGSL6
LGSL7
LGSL8
which one to pick?
best regards,
rrclansite |
|
|
|
 |
PHrEEkie

|
Posted:
Sat Jan 01, 2011 4:34 pm |
|
Sorry, not familiar with the module, so I can't be much help with any features...
- Keith |
|
|
|
 |
rrclansite

|
Posted:
Sat Jan 01, 2011 5:51 pm |
|
thanks for the help so far, I posted on the forums of Richard Perry aswell the devolper of this module
If i get around it i will let you guys know
best regards,
rrclansite |
|
|
|
 |
|