|
|
#11 (permalink) | |
|
Registered User
Seasoned Poster
Joined in May 2004
Lives in Wrong Coast
Hosted on pass77
58 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
In a parrallel thread that admin has thankfully killed, David added this reply (if anyone knows how to reach David, please notify him of this reply):
Quote:
Actually, I'm surprised that this problem doesn't have an easy fix, (installing multiple instances of phpMYadmin is not easy) because it must be common. Webmasters need to be good tool users, but that doesn't make them developers. Many webmasters are running the business and should be able to assign technical tasks to others without comprimising site security. In this day of Sarbanes-Oxley, any business relying on a cPanel environment would fail the access control tests. I'll let you know how the phpMYadmin install goes.
__________________
Steve |
|
|
|
|
|
|
#12 (permalink) |
|
I'm Dope as Crack
Resident.
Joined in Mar 2004
Lives in Asheboro, NC
Hosted on Pass 7
13,032 posts
Gave thanks: 7
Thanked 29 times
|
Haugland would be best to explain how to get it going, as I've not actually done it myself. Your scenerio makes more sense now for using phpmyadmin rather than just making a bunch of hosting accounts instead. As for the way a team of members would interact, they may use remote connections or develope locally.
|
|
|
|
|
|
#13 (permalink) |
|
Registered User
Seasoned Poster
Joined in May 2004
Lives in Wrong Coast
Hosted on pass77
58 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
The install is not going well. How do I get hold of Haugland?
Here's one problem: "You didn't set phpMyAdmin database, so you can not use all phpMyAdmin features." How do I set the phpMyAdmin database? Thanks.
__________________
Steve |
|
|
|
|
|
#14 (permalink) | |||
|
Registered User
Comfy Contributor
Joined in Oct 2004
124 posts
Gave thanks: 1
Thanked 0 times
|
see the config.inc.php and look for the next code:
Quote:
further down: Quote:
and even further down you could try adding the database here: Quote:
|
|||
|
|
|
|
|
#15 (permalink) | |
|
Registered User
Seasoned Poster
Joined in May 2004
Lives in Wrong Coast
Hosted on pass77
58 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
Thanks Marlov,
Thats a big step in the right direction. The config.inc.php was empty, so I entered the lines that you listed including the db. However, that does not seem to be enough. I get the fllowing on the index page: Quote:
Host localhost -- MySQL extension -- mysql Authentication type -- config:root phpMyAdmin advanced features -- disabled Configuration overview button provides the following results: Servers (1) -- localhost (config:root) [1] SQL files upload -- disabled Exported files on server --disabled Charset conversion --disabled Configuration display button yields: PHP Code:
I'm a bit over my head here. All help is immensely appreciated.
__________________
Steve |
|
|
|
|
|
|
#16 (permalink) |
|
Registered User
Comfy Contributor
Joined in Oct 2004
124 posts
Gave thanks: 1
Thanked 0 times
|
quick post of my default phpmyadmin config PHP Code:
|