chown -R mysql /home/ecom
tpchan wrote:
> Hi all,
>
> I try the solution from David but seem it didn't work.
>
> Here is my steps:
>
> 1) Stop the mysql services.
> 2) Move the ecom database directory from '/var/lib/mysql/ecom' to
> '/home/ecom'
> 3) Make symbolic link in '/var/lib/mysql'
me know.
[EMAIL PROTECTED]
-Original Message-
From: mysql-digest-help [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 01, 2001 10:37 PM
To: david.patton
Cc: tpchan; mysql
Subject: URGENT! Hard Disk Space limition and Symbolic link
Hi all,
I try the solution from David but seem it didn
Hi all,
I try the solution from David but seem it didn't work.
Here is my steps:
1) Stop the mysql services.
2) Move the ecom database directory from '/var/lib/mysql/ecom' to
'/home/ecom'
3) Make symbolic link in '/var/lib/mysql' using 'ln -sf /home/ecom ecom'
4) Start the mysql services.
5) my