Random Code Stored Procedure

2012-12-27 Thread Steffan A. Cline
Rather than trying to reinvent the wheel, I was wondering if anyone might have a stored procedure already for what I want to do. I want to start with 4 characters using any unique combo and when all unique matches are used, it will move to 5 characters and so on. For example in any random order:

Re: Automatic reply: "access denied" to non-root@localhost & null-string user in USER_PRIVILEGES

2012-12-27 Thread Round Square
On 12/26/2012 01:25 PM, Igor Shevtsov wrote: > You mysql.user table might be corrupted. > If you have access to it as a root user, try check table mysql.user, and > repair table mysql.user if table corruption was detected. > Alternatively, shut down mysql server, cd /var/lib/mysql/mysql (to your