In message <[EMAIL PROTECTED]>, sumanth kiuumar <[EMAIL PROTECTED]> writes >Hi, > I m using PHPtriad for developing a site.Can anyone help me out in moving >the Mysql database tables to the web.Which folders i should move to the web.
Normally you wouldn't move any folders or files. Assuming that you have MySQL on the host, you would export the data into a *.SQL file, and re- import that file into your online MySQL. If you are using a shared host, you will not have access to the folder that you could copy, although I have experienced peculiar problems with copying files - I couldn't be bothered figuring out what the issues were, I just did it the proper way with SQL files. -- Pete Clark http://www.hotcosta.com http://www.spanishholidaybookings.com The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
