@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16



Comments:

<0> thing try
<0> SET P***WORD
<0> as in the screen above
<1> kuto as what user?
<2> thing: is mysql server administrator installed?
<0> thing as root
<0> type
<1> kuto dunno i installed the mysql server
<1> its for grey listing
<0> SET P***WORD FOR 'root'@'localhost' = P***WORD('yourp***word')
<1> nope
<1> syntax error
<2> thing: aah mysql, mysqladmin -u root p***word <- result?
<3> kuto
<3> http://pastebin.com/637214
<0> um



<0> isn't it
<0> oh nevermind
<1> -su: ^: command not found
<1> error: 'Access denied for user: 'root@localhost' (Using p***word: NO)'
<2> babybop: 192.168.0.3 255.255.255.0 UG <= is this working?
<2> you have 2 gateway installed public and private, i wonder where do you use the other one
<3> yes
<3> yes that is not included
<3> only 10.8.0.0
<3> and 192.168.100.0
<3> that is my concern now
<1> hmm mysqld is listening
<4> thing, p*** a -p on your mysql command line
<2> Delwin: you cant do anything unless mysqld is running
<1> /usr/bin/mysqladmin: connect to server at 'localhost' failed
<1> mysqld is running
<1> tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 7025/mysqld
<4> can you telnet to it?
<1> NHost 'localhost.localdomain' is not allowed to connect to this MySQL serverConnection closed by foreign host.
<1> so its a security setting somewhere
<4> Now you have a bit more of an idea.
<1> yeah
<1> troble is finding where
<1> trouble is finding where
<1> partially it was a /etc/hosts issue, but its onto the next issue
<1> i can telnet but p***word still does not work
<0> whats the problem thing
<3> i have setup vpnrouter and it can connect to my openswan network, now my problem is my openswan network cannot connect to vpnrouter hardware any ideas?
<1> i still cannot set a p***word
<0> Oh
<0> hmmmm you need a seperate username and p***word for remote connectivity as opposed to local connectivity.
<1> no i only need local
<0> Hmmmmm oh okay
<0> mysql -u root -p
<0> type that
<1> the /etc/hosts had 127.0.0.1 localhost.localdomain, when I swapped it around I could telnet
<1> ERROR 1045: Access denied for user: 'root@localhost' (Using p***word: YES)
<0> hmmmm try
<0> mysql -u root
<1> well thats a help at least I have something to google
<1> ok brb
<1> ERROR 1045: Access denied for user: 'root@localhost' (Using p***word: NO)
<3> i have setup vpnrouter and it can connect to my openswan network, now my problem is my openswan network cannot connect to vpnrouter hardware any ideas?
<4> don't parrot
<5> how to count free unallocated free space in linux ?
<4> df
<4> or df -h
<6> hah, teal'c on a hippie bus
<5> Delwin -? that only tells how much space u are using
<5> but not showing the partition size in megabytes
<6> try -h
<3> i have setup vpnrouter and it can connect to my openswan network, now my problem is my openswan network cannot connect to vpnrouter hardware any ideas?
<4> Filesystem Size Used Avail Use% Mounted on
<4> /dev/hda2 4.7G 3.6G 1.1G 77% /
<4> udev 505M 268K 505M 1% /dev
<4> /dev/hda1 38M 36M 2.0M 95% /boot
<4> /dev/hda4 33G 29G 3.9G 89% /home
<4> /dev/md/0 19G 524K 19G 1% /mnt/video
<4> none 505M 0 505M 0% /dev/shm



<4> svcdir 2.0M 92K 2.0M 5% /var/lib/init.d
<4> ...it doesn't?
<4> hmm, funny that.
<0> In the kernel I modularized cpu support and now I can't boot, what should I do?
<4> Sorry, typo, meant to /exec
<5> Delwin -? lets suppose i have 80 GB i used 50 GB
<4> Filesystem Size Used Avail Use% Mounted on
<5> if my partner want to see how much unallocated parition is there
<4> man df
<5> unallocated space not in cylinders only in megabyte
<5> df only report mounted file system usage
<4> wtf are you on about?
<4> Your disk isn't partitioned correctly?
<5> correctly
<5> i only used only 50 GB
<5> and on 30GB i did not make any partition
<4> oh, so you have 30gb of unallocated space.
<5> yeah
<4> And you're trying to set it up now and use it?
<5> how to see unallocated space
<4> What do you mean "see"?
<4> Do you mean, look at the partition table to see what's not allocated?
<3> i have setup vpnrouter and it can connect to my openswan network, now my problem is my openswan network cannot connect to vpnrouter hardware any ideas?
<4> Or do you want to use it for a filesystem?
<5> y
<3> ?
<4> I can't answer your question if you keep beating around the bush.
<4> You must get to the point.
<5> lol
<5> i want see how much partition space will allocate to my unallocated partition if i will make the new full partition
<1> hmm no jopy
<1> hmm no joy
<1> so much for debain documentation
<4> cfdisk /dev/hda (if it's IDE, /dev/sda if SCSI or SATA)
<7> P-ATA
<1> fdisk -l
<4> or that
<5> hold on
<1> i might try openprojects
<1> see if they have someone
<1> who knows mysql on debian
<2> mysql are all the same in linux
<1> hmm except for security stuff
<2> uhu!
<1> so far i cannot set a p***owrd
<0> brb
<4> mysqld_safe &
<1> im getting access denied
<2> did you set pw before?
<1> no this is anew install
<1> i cant set an initial p***word
<1> as per debian doc
<4> don't start it as a service the first time
<2> but you can restart mysqld?
<4> you need to mysqld_safe &
<1> kuto yes
<1> ok delwin will try that
<4> ;)
<1> same error
<4> o_o
<4> see if you have a /usr/bin/mysql_install_db
<1> not quite
<8> ...
<8> ;)
<4> or maybe with a different path
<1> its listening on all interfaces now
<1> retract taht no it isnt
<1> doh
<1> yes that exists


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #linuxhelp
or
Go to some related logs:

#asm
#linux
gbejniet moxxi
8ball bot
#AllNiteCafe
#MissKitten
execv STL string
too high for the supermarket
allow_call_time_pass_reference dreamhost
why does DNS use UDP



Home  |  disclaimer  |  contact  |  submit quotes