Created a new database but can't create new user account due to this error anyone know how to fix this? can't find any solution to fix this ;-;
标签:
phpmyadmin
相关问题
- Select a record just if the one before it has a lo
- while export data from phpmyadmin its return to sq
- phpmyadmin error 13 permission denied
- Storing 0.00001 in MySQL
- phpMyAdmin “Cannot load or save configuration”
相关文章
- phpMyAdmin won't let me login - no error shown
- I can not access phpMyAdmin on XAMPP
- phpmyadmin synchronize
- How to hash auto increments in mysql
- Xampp 1.8.3.3 with phpmyadmin 4.1.8 phpMyAdmin con
- MySQL give a rank to each group
- MAMP MySQL Cannot connect: invalid settings.
- Query statistic is taking 99% of the query time
I was attempting to add a user to a new database with 'Privileges' and received this error: "#1030 - Got error 176 "Read page with wrong checksum" from storage engine Aria"
Select mysql from the list of databases. From the Table list, tick the box beside 'db'. Scroll to the bottom of the page, in the selection box that says 'With selected' scroll down to and select 'Repair Table' then select 'Go'. Worked for me .:m
In my case above solution not worked. But the solution is similar to suggest by the "user13439511"
Follow the below steps.
Select "mysql" database from the list of database.
Select all tables inside "mysql" database.
Scroll down and select "Repair Table" option in combobox.
Click on Go button.
Done.