Page 1 of 1

Install/Use with limited rights

Posted: Thu Jan 31, 2013 11:03 am
by fams
Hello,
I've got a mysql database and Apache space from my IT department. The fixed mysql user has no grant and add_user rights.
Might it be possible to install and use nuBuilder under that circumstances? Mybe without separate users and only the given mysql-user as globe admin?

thank you
fams

Re: Install/Use with limited rights

Posted: Mon Feb 04, 2013 4:24 am
by mike
Hi Fams,


Which version of nuBuilder are you trying to install? Is it the ZIP version? You can work around the problem by opening sample.sql in a text editor and commenting out the following lines:

Code: Select all

CREATE USER 'sample'@'localhost' IDENTIFIED BY 'samplepass';
GRANT ALL PRIVILEGES ON `sample` . * TO 'sample'@'localhost' WITH GRANT OPTION;
Becomes:

Code: Select all

//CREATE USER 'sample'@'localhost' IDENTIFIED BY 'samplepass';
//GRANT ALL PRIVILEGES ON `sample` . * TO 'sample'@'localhost' WITH GRANT OPTION;

Then you can run the database import again. When you get to the step of configuring the MySQL username and password, you can use whatever your IT department gave you.

Let us know if you need anymore help with the install.


Regards,
Mike

Re: Install/Use with limited rights

Posted: Mon Feb 04, 2013 8:21 am
by fams
Thank you for your reply, I can't test it before end of week.
I've installed nuBuilder on a standalone pc and recognized that there is a user management. I haven't looked into code, but I thought that nuBuilder uses mysql user management. From your reply I understand, that even the "globe admin" did not need grant or add user rights and therefore nuBuilder uses his own user management?
thanks
fams

Re: Install/Use with limited rights

Posted: Tue Feb 05, 2013 1:05 am
by admin
.