Databaseinstaller.sh

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
razzly
Posts: 16
Joined: Sat Jul 11, 2009 5:34 pm

Databaseinstaller.sh

Post by razzly »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

When I start databaseinstaller.sh i get this error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
but when I use command "mysql -u root -p" and I write my pass I log into mysql normally.

Any1 have solution for this? I spend half night to solve it and nothing.
User avatar
NoGeRa
Posts: 26
Joined: Wed Jun 24, 2009 9:23 pm
Location: Chile

Re: Databaseinstaller.sh

Post by NoGeRa »

I think this error is because the root user has no
privileges in the database l2jdb, ie, attempts to create another
mysql user and give privileges so you can work on that
database. I do well and I have no problems.

Sorry for my bad inglish.
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Databaseinstaller.sh

Post by hope »

razzly wrote:If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

When I start databaseinstaller.sh i get this error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
but when I use command "mysql -u root -p" and I write my pass I log into mysql normally.

Any1 have solution for this? I spend half night to solve it and nothing.
missing password in vars file or none used when installing mysql
Post Reply