Ubuntu mysql yükleyemiyorum

Başlatan DuzceLy, 13 Mart 2016 - 00:19:48

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

DuzceLy

Alıntı Yaproot@ubuntu12:~# sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql[/b]
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mysql-server
E: Unable to locate package libapache2-mod-auth-mysql
E: Unable to locate package php5-mysql
root@ubuntu12:~#

bu çıktıyı alıyorum


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 13 Mart 2016 - 00:41:44

root@ubuntu12:~# sudo apt-get upgrade

Alıntı Yap

Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ubuntu12:~#


siberoloji

Hem root kullanıcısısınız hem de sudo komutu veriyorsunuz. Bu enteresan.
MySql kurulum şartlarından birisi de root kullanıcısı ile oturum açmamış olmaktır bildiğim kadarıyla. Bu da enteresan.
Paketler bulunamadı diyor. Bu daha da enteresan.
Faydalı Link

hossohbetli

#2
Arkadaş SSH ile sunucuya bağlanmış gibi görünüyor. Ve sunucusunun bulunduğu veri merkezinde MySQL paketlerini bulamıyor.

SSH ile MySQL kurmak diye arama yapın.

Eğer Apache falan da lazımsa LAMP paketi kurulabilir:

apt-get install lamp-server^

komutunu en sondaki ^ ile giriyoruz. Karşımıza gelen sunucuya kurulan paketler , kurulum için ne kadar disk alanı ihtiyacı olduğu gibi bilgiler verilmektedir. Kabul etmek için "Y" yazarak kurulumu başlatıyoruz

Do you want to continue? [Y/n] Y

MySQL server için şifre belirlemenizi ister.

İlgili alana mySQL Server için yetkili kullanıcı parolası tanımlayınız ve TAB tuşlarını kullanarak "OK" seçeneğine tıklayınız. MySQL yetkili kullanıcı adı "root".

Şifrenizi onaylamanızı ister. Aynı parolayı tekrar yazınız ve TAB tuşunu kullanarak "OK" seçeneğine tıklayınız.

heartsmagic

root ile kurmak sorun olmaz da, sudo gereksiz tabi orada. İlgili paketler bulunmadığına göre depo ayarların eksik. 14.04 için örnek geçeyim, kendine göre değiştir:

deb http://de.archive.ubuntu.com/ubuntu/ trusty main restricted
#deb-src http://de.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://de.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
# #deb-src http://de.archive.ubuntu.com/ubuntu/ precise-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ trusty universe
#deb-src http://de.archive.ubuntu.com/ubuntu/ trusty universe
deb http://de.archive.ubuntu.com/ubuntu/ trusty-updates universe
#deb-src http://de.archive.ubuntu.com/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://de.archive.ubuntu.com/ubuntu/ trusty multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://de.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu/ trusty-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://de.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
# #deb-src http://de.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
# #deb-src http://archive.canonical.com/ubuntu precise partner

deb http://security.ubuntu.com/ubuntu trusty-security main restricted
#deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
#deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
#deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse


0. Sürüm söylediğim üzere 14.04
1. Kaynak paket depoları kapalı, normal şartlar altında gerek duyulmaz bunlara.
2. Yansı Almanya'dır (de), sunucu konumuna göre değiştirebilirsin.
3. Backports depoları kapalı, partner açık. İhtiyacım olmaz diyorsan partner deposunu da kapatabilirsin.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

DuzceLy

#4
:( kafam çok karıştı update yapıyorum hiçbir güncelleme yapmıyor sanırım :S


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 14 Mart 2016 - 19:17:45

Alıntı Yap
root@ubuntu12:~# aptitude install php5 libapache2-mod-php5 php5-gd php5-mysql
Couldn't find any package whose name or description matched "php5"
Couldn't find any package whose name or description matched "libapache2-mod-php5"
Couldn't find any package whose name or description matched "php5-gd"
Couldn't find any package whose name or description matched "php5-mysql"
Couldn't find any package whose name or description matched "php5"
Couldn't find any package whose name or description matched "libapache2-mod-php5"
Couldn't find any package whose name or description matched "php5-gd"
Couldn't find any package whose name or description matched "php5-mysql"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

root@ubuntu12:~#


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 14 Mart 2016 - 19:18:37

Anladığım kadarıyla şuanki bu ubuntuda adam akıllı hiçbir paket bulunmuyor centostaki gibi repomu eklicez S:

heartsmagic

@DuzceLy, şu anki ve gerideki tüm Ubuntu'larda adam akıllı her paket bulunuyor. Hatta muhtemelen deposu en geniş dağıtımdır kendisi. Sana çözümü de sundum yukarıda, yaptın mı yapmadın mı?
cat /etc/apt/sources.list
ne diyor?

Kullandığın Ubuntu sürümü nedir? Bize bilgi ver, sadece paket bulunamadı çıktısı sorun çözmek için yeterli değil.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

DuzceLy

Alıntı yapılan: heartsmagic - 14 Mart 2016 - 19:26:15
@DuzceLy, şu anki ve gerideki tüm Ubuntu'larda adam akıllı her paket bulunuyor. Hatta muhtemelen deposu en geniş dağıtımdır kendisi. Sana çözümü de sundum yukarıda, yaptın mı yapmadın mı?
cat /etc/apt/sources.list
ne diyor?

Kullandığın Ubuntu sürümü nedir? Bize bilgi ver, sadece paket bulunamadı çıktısı sorun çözmek için yeterli değil.

Alıntı Yaproot@ubuntu12:~# cat /etc/apt/sources.list
#

# deb cdrom:[Ubuntu-Server 12.10 _Quantal Quetzal_ - Release amd64 (20121017.2)]/ quantal mai                                                                                                n restricted

#deb cdrom:[Ubuntu-Server 12.10 _Quantal Quetzal_ - Release amd64 (20121017.2)]/ quantal main                                                                                                 restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ quantal main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ quantal universe
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal universe
deb http://us.archive.ubuntu.com/ubuntu/ quantal-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ quantal multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal multiverse
deb http://us.archive.ubuntu.com/ubuntu/ quantal-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multivers                                                                                                e
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multi                                                                                                verse

deb http://security.ubuntu.com/ubuntu quantal-security main restricted
deb-src http://security.ubuntu.com/ubuntu quantal-security main restricted
deb http://security.ubuntu.com/ubuntu quantal-security universe
deb-src http://security.ubuntu.com/ubuntu quantal-security universe
deb http://security.ubuntu.com/ubuntu quantal-security multiverse
deb-src http://security.ubuntu.com/ubuntu quantal-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu quantal partner
# deb-src http://archive.canonical.com/ubuntu quantal partner

## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu quantal main
# deb-src http://extras.ubuntu.com/ubuntu quantal main
root@ubuntu12:~#

Linux ubuntu12 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

heartsmagic

Kurmuş olduğun Ubuntu sürümü 12.10. Desteği biteli iki sene oluyor. Hani ne Ubuntu'nun anasayfasında ne de bizim sayfamızda ( https://ubuntu-tr.net/indir/ ) böyle bir öneri göremezsin. Sunucuda kullanacaksan 16.04 çıkana kadar en ideal sürüm 14.04'tür.

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

DuzceLy

Alıntı yapılan: heartsmagic - 14 Mart 2016 - 20:37:48
Kurmuş olduğun Ubuntu sürümü 12.10. Desteği biteli iki sene oluyor. Hani ne Ubuntu'nun anasayfasında ne de bizim sayfamızda ( https://ubuntu-tr.net/indir/ ) böyle bir öneri göremezsin. Sunucuda kullanacaksan 16.04 çıkana kadar en ideal sürüm 14.04'tür.
tamam teşekkğrler yeniden kurulum yaptırayım

heartsmagic

Bu konuyu kapatalım, sorun yaşarsan yine başka bir konu açabilirsin. Fakat gerek forumdaki, gerek dışarıdaki güncel anlatımları takip ettiğin sürece sorun yaşamaman lazım.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.