Our web host has started setting up each web site on a different server than its database. I am now unable to use the msql export into outfile command, which I really need for the client. If I were able to get them to move the DB to the web server, is there anything standing in the way of me changing $config['db_hostname'] in config.php? Or is it far more complex to tell CMSMS the DB location has changed?
Or... does anyone know of another extremely user friendly way of exporting the contents of a table into a file that the user can then download? That's what I use export into outfile for.
Thanks!
Donia
$config['db_hostname'] after installation
Re: $config['db_hostname'] after installation
when i had to move my site i just changed all info in config.php and imported the db and was fine... dose that help?