Hello,
I'm trying to install latest OTRS (3.2.3) on Windows machine, using bundled package/installer, but I'm stuck on second Web installer page. I have to enter root password for MySQL, but neither empty nor 'root' works.
I cannot also login to mysql by mysql.exe client - root, root@localhost, with password, without password - nothing works. Mysqladmin cannot change password either.
Any ideas?
Regards,
Jackson
Default password for MySQL on Windows installation?
Moderator: crythias
Re: Default password for MySQL on Windows installation?
the bundled mysql has no root password
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Default password for MySQL on Windows installation?
Thanks for reply, but how can i login then?
C:\OTRS\mysql\bin>mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
C:\OTRS\mysql\bin>mysql -u root@localhost
ERROR 1045 (28000): Access denied for user 'root@localhost'@'localhost' (using password: NO)
C:\OTRS\mysql\bin>mysql -u root@localhost -p
Enter password: <EMPTY>
ERROR 1045 (28000): Access denied for user 'root@localhost'@'localhost' (using password: NO)
C:\OTRS\mysql\bin>mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
C:\OTRS\mysql\bin>mysql -u root@localhost
ERROR 1045 (28000): Access denied for user 'root@localhost'@'localhost' (using password: NO)
C:\OTRS\mysql\bin>mysql -u root@localhost -p
Enter password: <EMPTY>
ERROR 1045 (28000): Access denied for user 'root@localhost'@'localhost' (using password: NO)
Re: Default password for MySQL on Windows installation?
check if another mysql instance is running on the system
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Default password for MySQL on Windows installation?
I didn't have any other mysql instances. I've reinstalled OTRS, and i've changed root password by mysqladmin before launching web install. It seems to be ok.
It may be linked to problem with apache - http://bugs.otrs.org/show_bug.cgi?id=9248
It may be linked to problem with apache - http://bugs.otrs.org/show_bug.cgi?id=9248
-
- Znuny newbie
- Posts: 28
- Joined: 20 Feb 2013, 01:26
- Znuny Version: 3.2.1
- Real Name: Alex
- Company: Avert
Re: Default password for MySQL on Windows installation?
Hi,jackson wrote:Hello,
I'm trying to install latest OTRS (3.2.3) on Windows machine, using bundled package/installer, but I'm stuck on second Web installer page. I have to enter root password for MySQL, but neither empty nor 'root' works.
I cannot also login to mysql by mysql.exe client - root, root@localhost, with password, without password - nothing works. Mysqladmin cannot change password either.
Any ideas?
Regards,
Jackson
I ran into the same problem. Ended up downloading "MySQL Workbench 5.2 CE"
http://www.mysql.com/products/workbench/
In MySql WorkBench, verify the OTRS database is present. Then follow the steps below.
- Go to Server Administrator --> Users & Privileges -->
- Verify user account otrs @ localhost is present
- Set the password to reflect the password in the Config.pm file (C:\..\OTRS\OTRS\Kernel\Config.pm)
- Select the Admin Roles tab --> Verify everything is checked --> Click Apply
- Select the Scheme Priv tab at the top -- > Select otrs user --> Check all boxes --> Save Changes
- For s**ts and giggle, I added another account otrs @ % with the same adjustments
Actually, I miss read your post. I didn't have any issues during the install, however I did have issues access the DB during upgrades. Either way, the MySQL Workbench helped me correct any access problems I was having with OTRS Windows.
Hope this helps.
~Alex
OTRS 3.3.2
Ubuntu Server 13.10
MySQL
OTRS 3.2.6
OpenSUSE 11.4
MySQL
Ubuntu Server 13.10
MySQL
OTRS 3.2.6
OpenSUSE 11.4
MySQL
Re: Default password for MySQL on Windows installation?
I did have issues access the DB during upgrades. Either way, the MySQL Workbench helped me correct any access problems I was having with OTRS Windows.
== Solitaire ==