Elxis CMS Forum
		Support => General => Topic started by: ahmet on April 21, 2012, 00:33:33
		
			
			- 
				hello all,
 there was a problem in the host so, i had to reinstall again..
 but i couldnt restore the database because of turkish carachters i guess..
 heres the error..
 any help appreciated..
 
 SQL sorgusu:
 
 --
 -- Veritabanı: `information_schema`
 --
 CREATE DATABASE `information_schema` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 
 MySQL çıktısı: Belgeler
 #1044 - Access denied for user 'wwwgloba'@'localhost' to database 'information_schema'
- 
				
 The problem is here:
 
 MySQL çıktısı: Belgeler
 #1044 - Access denied for user 'wwwgloba'@'localhost' to database 'information_schema'
 
 
 1) Wrong database name, given for sure!
 2) Also is wwwgloba the correct user, assigned on the database?
 
 Check those 2 issues, please!
- 
				they are sure right..
 i changed them also from config.php
 but in sql there was difference, i am changing that... also..
 but i can not import database..
 
- 
				Try editing the sql backup file and changing the encoding to utf-8 without bom.  Just make sure that you use the right editor like notepad++.
 
- 
				what if i use dreamveaer and save it is as?(find replace tool)
			
- 
				I've done that and it works.
 
- 
				works..
 thanks all.
 utf-8 general-ci dumped works..