• 04-12-2006, 23:22:15
    #1
    Üyeliği durduruldu
    sql dosyasını import edecem. Character set of the file: kısmından latin 5 ve utf-8 ile ayrı ayrı yükleme yaptım fakat türkçe krakterler bozuk çıkıyor. Bunu nasıl düzeltebilirim?
  • 05-12-2006, 00:21:18
    #2
    Üyeliği durduruldu
    ş, ğ harfi dışındakiler normal ama ,ğş harfi yerine ? işareti çıkıyor
  • 05-12-2006, 01:23:33
    #3
    Kurumsal PLUS
    import edeceğin dosya içeriğini copy/paste yaparak sql kısmından sorgu olarak girmeni öneririm.
  • 05-12-2006, 11:56:37
    #4
    Üyeliği durduruldu
    Supporta mail gönderdim sql dosyasınıda yolladım şuan üstünde çalışıyorlarmış bakalım çözebileceklermi
  • 05-12-2006, 11:59:33
    #5
    Kurumsal PLUS
    yalnız olayın supportla alakası yok, mysql yeni versiyonlarının azizliği bu. dediğim gibi yaparsan büyük ihtimalle sorunsuz import olacaktır.
  • 05-12-2006, 12:15:00
    #6
    Üyeliği durduruldu
    tüm sql içeriğini copy/paste mi yapayım? Bide sql dosyası 2 mb sorun olmaz dimi
  • 05-12-2006, 12:17:15
    #7
    Misafir
    bigdump.php yi google da arat bul, sql ini bigdump.php ile aynı klasöre koyup upload et hostuna, bigdump.php de karakter set ayarlama mevcur diğer db bilgileriyle onuda gir, db yi dump ettir bigdump.php ye.

    Kolay gele.


    Edit : son bişi daha

    Sql dosyanı Notepad ile aç, sonra farklı kaydet de farklı isimle kaydederken altta seçenek vardır onu ANSI seç. bide öyle dene bakalım
  • 05-12-2006, 12:39:17
    #8
    Üyeliği durduruldu
    sql dosyasını zipli olarak sunucuya atsak olurmu?

    birde notepad de default ansi seçili, o yöntemide denedim ama değişmedi.
  • 05-12-2006, 12:43:21
    #9
    Misafir
    BigDump: The Staggered MySQL Dump Importer



    1. Open bigdump.php in a text editor and adjust the database configuration
    2. Drop the old tables on the target database if your dump doesn't contain "DROP TABLE" (use phpMyAdmin)
    3. Create the working directory (e.g. dump) on your web-server
    4. If you want to upload the dump files directly from the web-browser give the scripts writing permissions on the working directory (e.g. make chmod 777 on a Linux based system). You can upload the dump files from the browser up to the size limit set by the current PHP configuration of the web-server. Alternatively you can upload any files via FTP.
    5. Upload bigdump.php and the dump files (*.sql or *.gz) via FTP to the working directory (take care of TEXT mode upload for bigdump.php and dump.sql but BINARY mode for dump.gz if uploading from MS Windows).
    6. Run the bigdump.php from your browser via URL like http://www.yourdomain.com/dump/bigdump.php. Now you can select the file to be imported from the listing of your working directory.
    7. BigDump will start every next import session automatically if you enable the JavaScript in your browser.
    8. Relax and wait for the script to finish. Do not close the browser window!
    9. IMPORTANT: Remove bigdump.php and your dump files from your server