Actions
Bug #792
closedAbout installation guide
Status:
Closed
Priority:
Low
Assigned To:
Guevara Luz
Category:
-
Start date:
06/25/2010
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I'm probably too tired, and make errors, but I don't understand some lines.
- When you say to connect to mysql as root, I should use root login and passwd. Not guevara one. OK ?
- The line create_user and insert into user, do the same job. I cannot do the second one after the first.
mysql> Insert into user (Host,User,Password) VALUES('localhost','agata',PASSWORD('dfghjkl')); ERROR 1062 (23000): Duplicate entry 'localhost-agata' for key 1
- Biggest problem : when you say mysqladmin create AGATADEVICES;, I don't understand what you means.
I've make a mysqladmin --user=root --password=XXXX create AGATADEVICES;
It should work, I hope it's not a mistake.
But when I execute your program I've
./bin/tm_server DB_Manager: Initializing Topology_Manager: Initialize Topology Manager Hardware_Tree: Initializing raised ADA.IO_EXCEPTIONS.NAME_ERROR : s-fileio.adb:986
Actions