bu çalışan bir sistem. emülasyonlarını biraz fazla kurcaladım galiba,
tekrar kurmam gerekecek. bu sistemde php mysql bağlantısında hiç bir
problem yok. ama anladığım kadarı ile mysql client 4.0 dan 4.1 e geçerkende yaşanmış: aptitude show mysql-client: Package: mysql-client State: not installed Version: 4.0.24-10sarge2 Priority: optional Section: misc Maintainer: Christian Hammers <ch@debian.org> Uncompressed Size: 1081k Depends: debianutils (>= 1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mysql-common (>= 4.0.24-10sarge2), libmysqlclient12 (>= 4.0.24-10sarge2), perl, libc6 (>= 2.3.2.ds1-21), libgcc1 (>= 1:3.4.1-3), libmysqlclient12, libncurses5 (>= 5.4-1), libreadline4 (>= 4.3-1), libstdc++5 (>= 1:3.3.4-1), zlib1g (>= 1:1.2.1) Suggests: mysql-doc Conflicts: mysql-client-4.1, mysql-gpl-client, mysql-base Replaces: mysql-gpl-client, mysql-base, mysql-server Provides: virtual-mysql-client Provided by: mysql-client-4.1 Description: mysql database client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. This package includes the client binaries for the 4.0 branch. ve aptitude show mysql-server: Package: mysql-server State: not installed (configuration files remain) Version: 4.0.24-10sarge2 Priority: optional Section: misc Maintainer: Christian Hammers <ch@debian.org> Uncompressed Size: 9540k Depends: mysql-common (>= 4.0.24-10sarge2), mysql-client (>= 4.0.24-10sarge2), debconf (>= 1.2.9), libdbi-perl, perl (>= 5.6), libc6 (>= 2.3.2.ds1-21), libgcc1 (>= 1:3.4.1-3), libmysqlclient12, libstdc++5 (>= 1:3.3.4-1), libwrap0, zlib1g (>= 1:1.2.1), adduser (>= 3.40), psmisc, passwd, mailx Conflicts: mysql-server-4.1 Provides: virtual-mysql-server Provided by: mysql-server-4.1 Description: mysql database server binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. This package includes the server binaries for the 4.0 branch. şeklinde mysql -V ise: mysql Ver 14.7 Distrib 4.1.11, for pc-linux-gnu (x86_64) sonuçta sistemde mysql 4.1.1 çalışıyor ama client olarak php 4.0 kullanıyor şimdiye kadar bir sıkıntısını hissetmedim. bu sistemi 5 e geçirmeyi öteki hafta sonuna bırakıp biraz ara vereceğim. ama bu sırada gelecek olan her türlü fikirlerede açığım. herkese kolay gele Onur Aslan yazmış: Bakin `mysql --version` diyerek sisteminizdeki mysql surumunu ogrenebilirsiniz. PHP mysql a sorunsuz baglaniyorsa zaten mysql modulu son surum demektir. Ayrica sisteminizde kurulu mysql-server ve mysql-client surumlerinin ogrenebilmek icin: aptitude show mysql-server aptitude show mysql-client diyebilirsiniz. M.Barış ÜNAL wrote:`apt-get install php4-mysql` deilmi? zaten en yeni diyor? Onur Aslan yazmış:PHP'nin mysql modulunu guncellemeniz gerekli. M.Barış ÜNAL wrote:o sorunu halettim. aceleden [client] altınada collitation eklemişim. kaldırınca sorun çözüldüde. pma dan baktığımda hala eski mysql client gözüküyor? bunu nasıl çözerim acep? Onur Aslan yazmış:Sanirim mysql i `mysql --default-collation=latin5_turkish_ci` olarak baslatmaya calisiyorsunuz. Mysql 5 de boyle bir degisken yok. Bu degiskeni kullanmadan baslatmayi deneyin. M.Barış ÜNAL wrote:merhaba dün yaptığım 3.1r5 leri 4r0 a yükseltme testlerinde gözümden kaçan bir konuyu aşamadım. mysql 4 ü mysql 5 yaptım fakat istemcileri 4 de kaldı.pma ile bakınca bağlanabiliyorum ama konsola gelince "mysql: unknown variable 'default-collation=latin5_turkish_ci'" diyor mysql ve ben bunu aşamadım. fikri olan varmı? herkese kolay gele. |