Import in sql - phamydmin
Posted: Mon Feb 27, 2012 8:40 am
Hello!
I read all the forums, but can not find the solution to my problem! NuBuiler I easily installed the on my local computer but when I try to import the sql database sample.sql, the public server, let me know the following error ...
CREATE DATABASE IF NOT EXISTS sample;
# 1044 - Access denied for user 'stroko1' @ 'localhost' to database 'sample'
My settings:
folder / public_html / nuaplikacije
DB = stroko1_sample
user = stroko1_admin
pass = stroko1_admin
I know that I need to change later in config.php
$ DBHost = "127.0.0.1";
$ Dbname = "stroko1_sample";
$ DBUser = "stroko1_admin";
$ DBPassword = "stroko1_admin";
$ DBGlobeadminPassword = "sampleglobeadmin";
/ / $ DBSiteGlobeadminPasswordOnly = true;
I tried all the variants, but unfortunately nothing works.
Please Help
Thank you
I read all the forums, but can not find the solution to my problem! NuBuiler I easily installed the on my local computer but when I try to import the sql database sample.sql, the public server, let me know the following error ...
CREATE DATABASE IF NOT EXISTS sample;
# 1044 - Access denied for user 'stroko1' @ 'localhost' to database 'sample'
My settings:
folder / public_html / nuaplikacije
DB = stroko1_sample
user = stroko1_admin
pass = stroko1_admin
I know that I need to change later in config.php
$ DBHost = "127.0.0.1";
$ Dbname = "stroko1_sample";
$ DBUser = "stroko1_admin";
$ DBPassword = "stroko1_admin";
$ DBGlobeadminPassword = "sampleglobeadmin";
/ / $ DBSiteGlobeadminPasswordOnly = true;
I tried all the variants, but unfortunately nothing works.
Please Help
Thank you