Re: [phpOpenTracker-general] session_register() & Incorrect key file for table: 'pot_visitors' problem

[email protected] Thu, 14 Jul 2005 21:50:54 +0200 (CEST)
Newsgroups gmane.comp.web.phpopentracker.general
Message-ID <[email protected]>
Hello Andreas,

Thanks for your response. It is clear to me. Although I am not quite sure
how to build a new blank table. What I want to do it to build a completly
new database.
This is how I build the current one. Can you confirm that it
is the right way?

: mysqladmin -h localhost -u root -p create phpopentracker
: mysql phpopentracker <
phpOpenTracker-1.5.1/phpOpenTracker/docs/sql/mysql/myisam.sql


mysql> INSERT INTO user (Host, User, Password, Select_priv) VALUES
('localhost', 'phptracker', password('mypassword'), 'Y');
mysql> GRANT ALL ON phpopentracker.* TO phptracker;
mysql> FLUSH PRIVILEGES

thank a lot again!