将数据库从phpmyadmin导入到webmin

时间:2015-01-05 08:36:47

标签: mysql database phpmyadmin webmin

我试图将我的wordpress数据库从cpanle的php我的管理员导入到webmin,但它给了我:

/usr/bin/mysqlimport: Error: 1045, Access denied for user ''@'localhost' (using password: YES), when using table:

我以前做过这个并且它很容易工作,并且你知道我不能将我的管理员用户名更改为我的webmin用户名因为php myadmin强制用户名的第一部分就像这个user_(自定义) 谁知道该怎么办?

1 个答案:

答案 0 :(得分:1)

以下是导入virtualmin a.k.a webmin

的详细链接

网址:: http://ucp.7l.com/knowledgebase/5/How-Do-I-ExportorBackup-a-MySQL-Database-in-Virtualmin.html

在此之前你应该从phpmyadmin进行sql导入。

即,您应首先从phpmyadmin导出到sql文件,然后通过上述链接将其导入webmin,或者请完成以下步骤。

1.Log into your Virtual control panel
2.Select the domain that the MySQL database belongs to
3.Click on the Edit Databases link towards the left and then click import database.

希望有所帮助