php - Importing WP database from localhost using XAMPP to free-host -
i have been creating localhost wordpress site , want upload show client. i've exported database using myphpadmin , have uploaded files onto host. when trying import database error message.
error static analysis: 1 errors found during analysis. missing expression. (near "on" @ position 25) sql query: edit edit set foreign_key_checks = on; mysql said: documentation #1044 - access denied user 'id2550264_admin'@'%' database 'bitnami_wordpress
i have tried changing php.ini @ c:\xampp\php\php.ini using post on here nothing has worked far.
mysql said: documentation #1044 - access denied user 'id2550264_admin'@'%' database 'bitnami_wordpress
your mysql user id2550264_admin not have correct privileges database. need assign id2550264_admin full admin permissions database.
Comments
Post a Comment