In message <[EMAIL PROTECTED]>, sumanth kiuumar <[EMAIL PROTECTED]> writes >Hi, > I m working in a website where only the registered users can see some of >the pages.For this i used to mysql as a database.Now if this has to work in >the >web then tell me which among the three i should >upload(logininformation.frm,logi >ninformation.MYD,logininformation.MYI) or i should upload >logininformation.sql. >Please help as the deadline for this is already over.
Copying the files is fraught with danger, especially if the two versions of MySQL are not identical, or not set up identically. Export the data into a .sql file, then use that .sql file to import that data. -- 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/
