.sql Files As Queries

liunx

Guest
Hey all,<br /><br />I was wondering about something. I set up a brand new database and in order to set up the table how it needs to be I need to run two .sql files as queries to the database.<br /><br />How would I go about doing this?<br /><br />Thanks<!--content-->
You could go into cPanel --> MySQL Databases --> phpMyAdmin (at the bottom). In phpMyAdmin select the database you want to work with. Click the 'SQL' button (top menu bar) and you will be brought to a page where you can copy/paste the commands or upload the .sql file.<!--content-->
 
Top