Re: MYSQL, sarge
On Mon, Jul 10, 2006 at 08:03:25PM +0530, L.V.Gandhi wrote:
> Where does mysql stores database in sarge?
/var/lib/mysql/
> How to back up data base?
http://www.debian-administration.org/articles/218
> If I want to change data in a field say symbol in table say shares from
> say abcd to lmn, how to do it?
mysql --user=username --pass=pasword databaseName
mysql> update shares SET symbol='lmn' WHERE symbol='abcd';
Steve
--
# Commercial Debian GNU/Linux Support
http://www.linux-administration.org/
Reply to: