Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

UniServer3_4, DROP command denied to user 'root'@'localhost'

Featured Replies

In the database mysql, user table, i had to to change the field Drop_priv for user root from N to Y in order to get rid of error message:

 

DROP command denied to user 'root'@'localhost'

 

Seems that N is a wrong default setting for this field?

  • Author

Initially the error came up when trying to install PHP-Fusion CMS.

 

Then tried to drop all of the PHP-Fusion tables via phpMyadmin, but got the same error message in phpMyadmin.

 

Changed N to Y to get rid of the error message both when running the PHP-Fusion installation and when trying to drop tables in phpMyadmin in general.

Well, if you try to add the drop command like you would normally by editing privleges through phpMyAdmin you can't.

 

To get around this little bug, start the server, start MySQL. Open phpMyAdmin, you should see a bar on the side with a drop down menu. Click on it and select the database mysql, scroll down until you see a table called user, then click the browse button. You will then see a list of all the users, click on edit next to root. You will then see a list of all the privleges available to that user, just change the value of Drop_priv to yes.

 

You should now be able to use the drop command in MySQL.

IPB Image

 

Well, I was at school and we aren't technically supposed to be on any sort of bulletin board system, so I just quickly read the first post and wrote mine.

 

Sorry about that =)

IPB Image

 

This really should be fixed in the download package. It took me quite some time to remember that I just changed von 3.3 to 3.4 :D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.