Cannot login to MySQL5.0 after compiling MySQL5.1

2008-09-27 Thread Sudhir Menon
Thank You... Res, Ananda for the reponse to myquery... It works fine now.. :)

MySQL 5.1 error

2008-09-27 Thread Jesse
I'm trying to get our new Windows Server 2008 running. I believe I heard that I have to install 5.1 on there to get it running. I think I'm aout to find out, because I'm giong to uninstall 5.1 and install 5.0.xxx At any rate, here's what's going on: I bring up the Query Browser GUI, and

Tables are too wide

2008-09-27 Thread Alex Katebi
Hi, When selecting (example: select * from mysql.db ) some of the mysql database tables the result set does not fit in a standard xterm window. Is there any terminal display program in Linux that has a horizontal scroll bar that I can use? Or what can I do to split the table output to fit on my

Re: Tables are too wide

2008-09-27 Thread Olexandr Melnyk
select * from mysql.db\G 2008/9/27, Alex Katebi [EMAIL PROTECTED]: Hi, When selecting (example: select * from mysql.db ) some of the mysql database tables the result set does not fit in a standard xterm window. Is there any terminal display program in Linux that has a horizontal scroll

Re: Tables are too wide

2008-09-27 Thread Peter Brawley
Is there any terminal display program in Linux that has a horizontal scroll bar that I can use? TheUsual/PHP (http://www.artfulsoftware.com/theusualReadMe.html) do and phpMyAdmin do that in web interfaces. PB Alex Katebi wrote: Hi, When selecting (example: select * from mysql.db ) some

Re: Tables are too wide

2008-09-27 Thread Dan Nelson
In the last episode (Sep 27), Alex Katebi said: Hi, When selecting (example: select * from mysql.db ) some of the mysql database tables the result set does not fit in a standard xterm window. Is there any terminal display program in Linux that has a horizontal scroll bar that I can use?

MySQL 5.1 Function Creation

2008-09-27 Thread Jesse
I'm trying to use existing functions from a restored database from 5.0xx to 5.1, and get an error about the mysql.proc table is missing or corrupt. The mysql.proc table appears to be there, and does not appear to be corrupt. I did a grant select on mysql.proc to user, and that did not make any