Hi. This is not directly related to the template, but i followed the video tutorial and now im stuck.
I have just installed Joomla on localhost with Xampp and i now want to upload my site to my remote host(bluehost). But when i try to import the exported .sql file to my hosts phpMyadmin, i get the following error message: (my site and database name is dropz)
Error
SQL query:
--
-- Database: `Dropz`
--
CREATE DATABASE `Dropz` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
MySQL said:
#1044 - Access denied for user 'dropzno'@'localhost' to database 'Dropz'
I have tried deleting this line, based on what i have read in other forums, but it still dont work. Any suggestions on what i could try here? It seam that the language protocols are different or something.
Thanks