Hozzászólások
-
SzerzőBejegyzés
-
Csak azt nem említetted még mindig, hogy:
masterminds wrote:Konkrétan mi a gond?Megnéztem a leírásukat. Bár Outlook-hoz készült, de a Thunderbird-öt is hasonlóképp tudod beállítani.
Megnéztem a leírásukat. Bár Outlook-hoz készült, de a Thunderbird-öt is hasonlóképp tudod beállítani.
Konkrétan mi a gond? Thunderbird-ot szerintem ugyanúgy kell konfigurálni, mint az általuk is szupportált Windows-os klienseken.
Konkrétan mi a gond? Thunderbird-ot szerintem ugyanúgy kell konfigurálni, mint az általuk is szupportált Windows-os klienseken.
Én eme leírás alapján állítottam be anno a jelszavakat hozzá:
You should remove the two anonymous user accounts from mysql. Use this to accomplish it:
Code:mysql -u rootCode:mysql> DELETE FROM mysql.user WHERE User = ”;Code:mysql> FLUSH PRIVILEGES;Lastly, you have to set a root password for mysql, and remove the anonymous accounts installed by default. Reset the root password by using:
Code:mysql -u rootCode:mysql> SET PASSWORD FOR ‘root’@’localhost’ = PASSWORD(‘newpwd’);Code:mysql> SET PASSWORD FOR ‘root’@’host_name’ = PASSWORD(‘newpwd’);Replace the password between the two single quotes with a password of your choice. You will need this password later on! For the second password statement, replace ‘host_name’ with the IP address of the computer mysql is running on.
Én eme leírás alapján állítottam be anno a jelszavakat hozzá:
You should remove the two anonymous user accounts from mysql. Use this to accomplish it:
Code:mysql -u rootCode:mysql> DELETE FROM mysql.user WHERE User = ”;Code:mysql> FLUSH PRIVILEGES;Lastly, you have to set a root password for mysql, and remove the anonymous accounts installed by default. Reset the root password by using:
Code:mysql -u rootCode:mysql> SET PASSWORD FOR ‘root’@’localhost’ = PASSWORD(‘newpwd’);Code:mysql> SET PASSWORD FOR ‘root’@’host_name’ = PASSWORD(‘newpwd’);Replace the password between the two single quotes with a password of your choice. You will need this password later on! For the second password statement, replace ‘host_name’ with the IP address of the computer mysql is running on.
retaliator44 wrote:Az rendben, de a satát akkor sem engedi.
Szerk.: menu.lst-be beírva, initrd bejegyzés kivéve. make clean megvolt, fut a make (még egy-két óráig).
Akkor amit eddig sikerült: CPU átírva Pentium 4-re (Pentium D nem volt), ext3 fixen, scsi fixen.Alaplapi chipset támogatás? Csak hogy ne felejtsd ki.. 🙂
retaliator44 wrote:Az rendben, de a satát akkor sem engedi.
Szerk.: menu.lst-be beírva, initrd bejegyzés kivéve. make clean megvolt, fut a make (még egy-két óráig).
Akkor amit eddig sikerült: CPU átírva Pentium 4-re (Pentium D nem volt), ext3 fixen, scsi fixen.Alaplapi chipset támogatás? Csak hogy ne felejtsd ki.. 🙂
Add hozzá a felhasználód könyvtárában található .bashrc állományhoz a következő sort:
Code:export http_proxy=http://valami:3128 -
SzerzőBejegyzés