Results 1 to 2 of 2
I'm using Ubuntu, Apache MYSQL server. web page with sql works well on my localhost. but when i'm tring tu uploat my *.sql to SQL Hosting I have this problem:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-09-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 8
Server problem
I'm using Ubuntu, Apache MYSQL server. web page with sql works well on my localhost. but when i'm tring tu uploat my *.sql to SQL Hosting I have this problem:
Code:Error SQL query: -- -- Database: `VakhoQ` -- CREATE DATABASE `VakhoQ` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; MySQL said: Documentation #1044 - Access denied for user 'a3729878_vakho'@'localhost' to database 'VakhoQ'
- 12-09-2010 #2
Then you don't have permission to create new databases. Create the database using the web interface your webhoster provides and remove that line from the SQL file.
Refining Linux Advent calendar: “24 Outstanding ZSH Gems”


Reply With Quote
