Having Problems to Create a New Database

ketan2net

Registered
Nov 5, 2015
1
0
1
Ahmedabad
cPanel Access Level
Root Administrator
I've Shared Linux Hosting but Having problem for creating Database.


Error : - The adminbin “cpmysql” in the “Cpanel” namespace call to function “DBCACHE” ended prematurely: The subprocess reported error 255 when it ended.


Error :- DBD::mysql::db selectall_arrayref failed: Table './mysql/user' is marked as crashed and should be repaired


Please Resolve the issue - Immediately..
 

Attachments

24x7server

Well-Known Member
Apr 17, 2013
1,912
99
78
India
cPanel Access Level
Root Administrator
Twitter
Hello :),

Can you please perform the below command on your server to repair "mysql/user" tables.

Code:
service mysql start –skip-grant-tables

mysqlcheck -r mysql user

service mysql stop

service mysql start
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

You will need to report this issue to your web hosting provider if you do not have root access to the server. The message indicates the user table in the "mysql" database is corrupted.

Thank you.