PDA

View Full Version : creating tables using db.sql


itsonlybarney
05-10-2005, 06:07 AM
i am currently trying a new AI program for my website and i have been given a db.sql file to create the tables...i'm a total newbie to creating mySQL tables without running an installer...how do i use the db.sql to create the tables??

JamieR
05-10-2005, 08:06 AM
in phpmyadmin, you can go to the SQL tab and then execute inputted SQL there or specify a *.sql file for it to upload and the execute. It should then insert the tables ;)

Jamie.

itsonlybarney
05-10-2005, 08:19 AM
thank you