View Single Post
  #2 (permalink)  
Old 07-02-04, 02:18 PM
perleo perleo is offline
Coding Addict
 
Join Date: Jul 2003
Location: Ireland
Posts: 269
Thanks: 0
Thanked 0 Times in 0 Posts
MySQL doesnt work anything like Access.

Firstly, you dont need to anything with those files in the data folder. You dont call them in the script, you simpily call the table name

To get your db online, you need to export the database to an .sql file, and run this on your server.
Try the MySQL online documentation.
Reply With Quote