Hi
I've finished a website on my localhost all working perfectly with MySQL database setup.
will be upgrading our webserver to include a MySQL database which means i'll have to transfer all the work to the webserver.
I've never done this before and its a little daunting, i'm guessing all i need to change is the connection strings, but with regards to actually transfering the databases im unsure.
my database is stored in c:\program files\MySQL\MySQL Server 5.0\data
the files are *.frm
do i just upload these files to the webserver?
any tips on database transfer are much appreciated.