View Full Version : Master phpMyAdmin login
EverythingWeb
06-14-2006, 02:56 PM
Hello Guys,
Just a quick question/suggestion: is it possible for for the phpMyAdmin link under System Services >> MySQL Server in NodeWorx to log us sysadmins straight into the "main/overall" MySQL login for the system mySQL, ie; the database server that the hsoted websites use??
May save our technicians going through finding the reseller, finding the account, logging into SiteWorx, then through phpMyAdmin that way.
Just a thought........ :p
Host-Us
06-15-2006, 08:03 PM
Hello Guys,
Just a quick question/suggestion: is it possible for for the phpMyAdmin link under System Services >> MySQL Server in NodeWorx to log us sysadmins straight into the "main/overall" MySQL login for the system mySQL, ie; the database server that the hsoted websites use??
May save our technicians going through finding the reseller, finding the account, logging into SiteWorx, then through phpMyAdmin that way.
Just a thought........ :p
You could just go to http://(server ip):2080/mysql
login with root and root pass, and see all databases..
EverythingWeb
06-16-2006, 02:51 AM
Nope, the root logon doesn't work. I've checked it across 3 servers here just to check it wsan't an issue with one.
Plus not everyone in the company has full Root Access..
Nope, the root logon doesn't work. I've checked it across 3 servers here just to check it wsan't an issue with one.Once you've set/changed the root password for MySQL it does work, as that's how I use phpMyAdmin whenever I need to change stuff on my site (saves logging into the SiteWorx account for it :p)
IWorx-Tim
06-16-2006, 01:19 PM
The root mysql password is generated randomly when you install the database server, and will NOT be the same as the box root password.
There are two ways to figure it out -- one is the one suggested which is to changing it from NodeWorx -- the second is to run
cat /home/interworx/iworx.ini | grep rootdsn=
you'll bet back something like this
rootdsn="mysql://iworx:password@unix(/var/lib/mysql/mysql.sock)/mysql"
the line of random text in the spot where I put password is your root mysql password (note: do NOT at the @unix part)
IWorx-Socheat
05-17-2007, 05:35 AM
Old thread, but need to make a slight clarification:
The root mysql password is generated randomly when you install the database server, and will NOT be the same as the box root password.
There are two ways to figure it out -- one is the one suggested which is to changing it from NodeWorx --
This is correct. The root MySQL password for the system MySQL is randomly generated at install time, and you can change it in NodeWorx.
the second is to run
cat /home/interworx/iworx.ini | grep rootdsn=
you'll bet back something like this
rootdsn="mysql://iworx:password@unix(/var/lib/mysql/mysql.sock)/mysql"
the line of random text in the spot where I put password is your root mysql password (note: do NOT at the @unix part)
This is technically the 'iworx' MySQL user, not the 'root' MySQL user, for the system instance of MySQL. The 'iworx' user has all the same privileges as the 'root' user. This allows InterWorx the access it needs to make MySQL changes, while leaving you free to set your own root MySQL password. You should never attempt to change the passwords in any of the dsn= or rootdsn= lines in the iworx.ini.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.