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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

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