PDA

View Full Version : Mysql installation directory?


Vegettex
January 23rd, 2006, 08:25 PM
Heya all,

I just did sudo apt-get install mysql-server. to install a mysql server on my pc, but where does it get installed? I need to know because then i can configure that with my webmin. By default it should be in /usr/local/mysql but there ain't no such directory there.

Anybody knows?

Thanks in advance!

spectre_25gt
January 23rd, 2006, 08:51 PM
which mysql will tell you where the mysql connector executable is as long as it's in your path. On my install mysql is /usr/bin/mysql, mysqld is /usr/sbin/mysqld and config is in /etc/mysql/.

Vegettex
January 24th, 2006, 05:48 PM
Thanks that did the trick :) Learned another new command :)