If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
These forums remain online primarily for archival purposes. While posting is still possible, it should not be considered a means for support. Please login to our portal and submit a ticket if you require assistance and we'll be more than happy to assist you.
Regular updates are posted to our blog and we will continue to post important notices to the Script Security forum section here. You can subscribe to that forum to automatically receive notifications.
1. How can I run an SQL script to define a number of tables form c-panel?
2. How can I connect form a program on my PC to the remote DB from through the IP?
1. Use phpMyAdmin to upload the sql file and execute it.
2. Depends a lot on the program, but you will definitely need to enable access to outside hosts on the database Just add % to the allowed hosts on the manage databases screen. A little more information would help be more specific (is it a program that will require an odbc driver? is it a local php script, etc.)
Comment