I have redone make-install but the user database
still will not show up.
Sorry. Correct I should have said the user table from the mysql database.I assume you're referring to the "user" table in the "mysql" database? How are you trying to access it? Can you cut + paste your SQL?
databaseName < "/path/to/myDB.sql";
[URL="http://www.webdevelopersnotes.com/tutorials/sql/mysql_primer_creating_a_database.php3"]create database [I]myDatabaseName[/I];[/URL]
select database [I]myDatabaseName[/I];
[URL="http://www.webdevelopersnotes.com/tutorials/sql/mysql_training_course_creating_tables.php3"]create table [I]tableName[/I];[/URL]
I have found some files in var/db/mysql
Some files are named:
user.MYB
user.MYI
user.ftm
etc.
Can I reconstruct mysql database from those files ?
I hope so, but I don't know how to proceed.
nimzo
