On Sat, Mar 5, 2011 at 12:13 AM, Nick Matteo <kun...@kundor.org> wrote:
> Hi,
> I've gotten the data.  I have the folder containing MySQL MyISAM
> database files (formerly /var/lib/mysql/gobokb); I understand that
> placing this folder in the MySQL data directory is sufficient to
> import the database.  I should shortly be able to get a "mysqldump"
> SQL file to import if that would be better (the latter is about 30 mb,
> vs 2.5 mb for the original data, however.)
>

Update: I've gotten the SQL data from mysqldump.  It can be imported by e.g.

echo "create database gobokb;" | mysql -u root -p
mysql -u root -p gobokb < gobokb.sql

(assuming the mysql admin is "root," and typing the password after
each command.)

Is there any other data from gobo.kundor.org that someone needs?  I
think most of it was mirrored elsewhere (ISOs, dependencies, packages,
recipes...)
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to