Jan 18, 2005 #1 bonosa Programmer May 19, 2004 76 US I go to /usr/lib/mysql to run mysql, but I dont see my database in that folder (linux). Where are these databases located? Thanks, sb
I go to /usr/lib/mysql to run mysql, but I dont see my database in that folder (linux). Where are these databases located? Thanks, sb
Jan 18, 2005 #2 Deleted Technical User Jul 17, 2003 470 US In your mysql/bin directory you need to run % mysql_install_db http://unixjunky.com Upvote 0 Downvote
Jan 18, 2005 #3 BitFuzzy Technical User Jun 8, 2001 343 US that would depend on your configuration. our databases are located in /usr/local/var/ *note* you usually need to be root to view these files Upvote 0 Downvote
that would depend on your configuration. our databases are located in /usr/local/var/ *note* you usually need to be root to view these files
Jan 18, 2005 #4 sleipnir214 Programmer May 6, 2002 15,350 US On my LAMP box, MySQL's databases are in /var/lib/mysql Want the best answers? Ask the best questions! TANSTAAFL!! Upvote 0 Downvote
On my LAMP box, MySQL's databases are in /var/lib/mysql Want the best answers? Ask the best questions! TANSTAAFL!!
Jan 18, 2005 #5 Deleted Technical User Jul 17, 2003 470 US Same with me.. always install under /var/lib/mysql and symlink from /usr/local/mysql http://unixjunky.com Upvote 0 Downvote
Same with me.. always install under /var/lib/mysql and symlink from /usr/local/mysql http://unixjunky.com
Jan 19, 2005 Thread starter #6 bonosa Programmer May 19, 2004 76 US Thanks much! /var/lib/mysql is where I found them.... sb Upvote 0 Downvote