December 31, 200520 yr comment_2144 Problem:If you have changed the root password, phpMyAdmin will give you the following error message :"#1045 - Access denied for user: 'root@localhost' (Using password: YES)" I have been in contact with Olajide, and he has kindly informed me: "ok, i found the problem and its a mistake from our part.... MySQL 5 has improved the emysql.user table and chnaged some things around so the mysql.user table in Uniform 3.3 is still using the old MySQL 4.1 way... thats the problem... If you read the /usr/local/mysql/data/*err file, you will notice it... It wont let you change the password because of this.. if you can wait a month for the next version it should be fixed... To fix it yourself, download MySQL 5.1.17 from MySQL.COM and copy over the mysql.user table, then edit the mysql_password file and put the default mysql passpord in it. Try root or nothing at all... i'm not sure what the default mysql password is...." I have not tried the work-around and will wait until this is fixed, hopefully in 3.3a. Congratulations Uniform Server team on being so responsive to your users! Special thanks to Olajide. "Do you live on your computer?" Report
December 31, 200520 yr comment_2146 I probably do.. but no, i dont Wish there was a way for my brain to have a internet connection though PS: We are going to look into the issue for rthe next release and have it solved Best Regards Olajide Olaolorun The Uniform Server Development Team Report
January 12, 200620 yr comment_2301 Finally got MySQL working in Uniform Server 3.3. It's too bad it wasn't working out of the box... Report
January 13, 200620 yr comment_2303 ...a ya, sorry... next version should have this fix <_> Best Regards Olajide Olaolorun The Uniform Server Development Team Report
October 30, 200619 yr comment_3819 Couldn't find MySQL 5.1.17 there.. the newest was 5.1.11 ._oalmost finished downloading that... will post results EDIT: uhh.. I'm lost :S Report
March 1, 200719 yr comment_4644 for error 1045 check my notes athttp://brionews.com/alt/sql-error-1045-workaround.txt "There are two major products that came out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." ~~ Jeremy S. Anderson Fresh News - brionews.com <-- self-promotion :-p Report
March 4, 200719 yr comment_4654 We fixed this already, Thanks. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
June 6, 200718 yr comment_5107 Hi Folks, I have a general MySQL problem. It's not just PHPMyAdmin -- it seems to be more the way MySQL is setup (?) Here is what I can confirm is working: * I can add users* I can add databases* I can import SQL Here is what I can confirm is not working: * I cannot add user rights to databases (i.e. cannot modify a user to give him rights to a DB)* I cannot drop databases I started with the root password as standard and when that didn't work, I changed it. Still didn't work. I have followed all the instructions here: http://brionews.com/alt/sql-error-1045-workaround.txt. Still no luck. I have tried with the MySQL official SQL tools -- specifically, MySQL Query Browser -- and it doesn't work there, either. For example: CREATE DATABASE 'mydb'; // database is createdDROP DATABASE 'mydb'; // database cannot be dropped, error given as: "Access denied for user 'root'@'localhost' to database 'mydb' That's too weird. I guess I could now go ahead and install a fresh copy of MySQL, but having spent an hour on this I'm going back to Uniform Server 3.3 for now :=) Cheers, Ed Report
June 6, 200718 yr comment_5109 Ok... this is not a problem. It works perfectly, but you are doing soemthing wrong. A. Download a NEW copy of 3.4-SlugerB. Start the server using Server_Start.batC. Go to the Admin Panel http://localhost/apanelD. Click Run MySQLE. Go to phpMyAdminF. Create DatabaseG. Drop Database And you will see it works. If you are trying to change the MySQL root password, in the Admin Panel, look for "MySQL Server Configuration" change the password there and after changing the password, STOP the SERVER with Stop.bat and then start the server over again and it should start using the password you change it too. Uniform Server is different than other WAMP Servers. What makes us different is that we are mobile and in order to be mobile, we have to be flexible. The password is not hardcoded into MySQL but saved to a file and ... Just do it and it should work perfect. PS: DO NOT EVER CHANGE THE MYSQL PASSWORD FROM PHPMYADMIN UNLESS YOU KNOW WHAT TO DO! Best Regards Olajide Olaolorun The Uniform Server Development Team Report
June 6, 200718 yr comment_5113 If you still need further support, check out the newly pinned topic in the MySQL Support Forum. http://forum.uniformserver.com/index.php?s...view=getnewpost Best Regards Olajide Olaolorun The Uniform Server Development Team Report
June 8, 200718 yr comment_5148 If you still need further support, check out the newly pinned topic in the MySQL Support Forum. http://forum.uniformserver.com/index.php?s...view=getnewpost Hi Olajide! Thanks for the really fast reply, still no luck though. Did exactly as you suggested: A. Download a NEW copy of 3.4-Sluger CHECKB. Start the server using Server_Start.bat CHECKC. Go to the Admin Panel http://localhost/apanel CHECKD. Click Run MySQL CHECKE. Go to phpMyAdmin CHECKF. Create Database CHECKG. Drop Database FAILED I then checked out the other thread and saw that, as said there, the DROP privilege was not set. OK, so I go to "Privileges" and click on the root account and check the "DROP" box. I then click "Go" and get: Error SQL query: GRANT ALL PRIVILEGES ON * . * TO 'root'@'localhost' WITH GRANT OPTION MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0; MySQL said: #1045 - Access denied for user 'root'@'localhost' (using password: YES) Note that Metaltailz suggestion You will then see a list of all the privleges available to that user, just change the value of Drop_priv to yes. Thus did not work. I'll have a go at installing this at home -- maybe it's the office system that's shot. Cheers, Ed Report
June 8, 200718 yr comment_5149 No no.... That method wont work... It will be like granting permission to something you dont have permission for. What you have to do is go into the "mysql" database using phpMyAdmin. In the user table, change Drop_priv to Y. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.