Re: Moved MySQL to new machine.

2001-07-27 Thread Stefan Hinz
Dear Jeremy, have you checked the rights already? Try CHMOD 777 for a test, if you can create databases then, it's only a file rights problem. Regards, -- Stefan Hinz Geschäftsführer / CEO iConnect e-commerce solutions GmbH # www.js-webShop.com www.iConnect.de # Gustav-Meyer-Allee 25,

Re: Moved MySQL to new machine.

2001-07-27 Thread Sommai Fongnamthip
try to see more detail in INSTALL, it tell us about file and directory permission. If you have more problem with /var/ why did not use /statedir=/usr/mysql/data while configure to relocate MySQL data directory insteady use in /var/... Sommai Fongnamthip At 11:47 26/7/2001 -0500, Gerald Clark

Re: Moved MySQL to new machine.

2001-07-26 Thread Gerald Clark
13 is access denied. Your /var/lib/mysql ( Or whatever ) is owned by root, and mysql can not create a new directory. Jeremy wrote: > I recently moved my MySQL databases from one RedHat Linux 6.x machine to a new >RedHat 7.0 machine. Now, I can't seem to add databases. I get the following err