English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How can I run an sql script file via phpmyadmin - neccesary for a php server application.

2006-08-05 11:36:53 · 2 answers · asked by sriincxxl 1 in Computers & Internet Programming & Design

2 answers

If the script includes making the database, use the import link on the main page. If the script needs the database to be made first, but will create the tables, or if you get database not found errors, create the database, select the database, then choose import from the top while in the database.

Note that if the computer you are using phpmyadmin from isn't the computer the database is on, the script file needs to be on the computer you are actually at, not the server. phpmyadmin will send the file to the database.

2006-08-05 11:51:16 · answer #1 · answered by Bryan A 5 · 2 0

a sql script it's in php .sql is the content of the database like a .zip, just put import in phpmyadmin

2006-08-05 18:49:55 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers