News

Nobody ever really wants to move a database, but it is a frequent necessity. Here are the most common options and when to use each one ...
You don't necessarily <B>have</B> to have root access to the MySQL server, but you should at least have an account with insert/update/etc. permissions on the database you're going to be importing ...
Come to think of it, you may actually need to create your database first. I'm not sure that using # mysql orsee -uroot -ptest < install.sql will actually create the orsee database or not.