mysql - import bd phpmyadmin 000webhost.com error #1044 -


i have localhost db, , want import phpmyadmin 000webhost.com db. maybe don't have privilegies. enter image description here

sql query:

create database if not exists `rf_db` default character set utf8mb4 collate utf8mb4_general_ci 

mysql said: documentation

#1044 - access denied user 'id1302584_grigorie'@'%' database 'rf_db'


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -