Home > Database > Mysql Tutorial > body text

phpadmin导入数据提示lock tables tablename write

WBOY
Release: 2016-06-07 17:52:26
Original
1745 people have browsed it

使用mysqldump导出的数据库,在phpadmin导入时出错提示:lock tables tablename write 、access denied、没有权限,

解决方法:

 代码如下 复制代码

mysqldump导出数据时加上-skIP-lock-tables选项,

mysqldump -uroot -p123 –skip-lock-tables itlogger>itlogger.sql

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!