Hello. I´ve spent about ten hours to sort things out about this e-smith. But since I didn´t get the mySQL database to work out my way I thought there might be some help here.
Well, I used this template to create the mySQL accounts:
(after logging in as root)
shell> mysql
mysql> GRANT ALL PRIVILEGES ON *.* TO monty@localhost
-> IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
mysql> GRANT ALL PRIVILEGES ON *.* TO monty@"%"
-> IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
mysql> GRANT RELOAD,PROCESS ON *.* TO admin@localhost;
mysql> GRANT USAGE ON *.* TO dummy@localhost;
The problem is that I don´t manage to connect from my computer using mySQL control center ([New] ERROR 2013: Lost connection to MySQL server during query). The monty account should work, as I see it. Shouldn´t it?
For further readers of this topic there is a great guide here:
http://www.mysql.com/doc/en/index.html- - -
Webpages:
If anyone knows how to activate/reach the html accounts each individual user get. Do you have to change any settings or do I use the wrong path?www.domain.com/~user
Wold be really greateful if someone would help me out with this.
//Tobias.