how to view all acounts in a database

2010-02-05 Thread ishaq gbola
Hi Guys,

Which command can allow me view all accounts in a Mysql database



  

Forgot the root passwd on Mysql intalled on a windows machine

2010-02-02 Thread ishaq gbola
Hi Guys,

I have forgotten the root password on mysql database installed on a windows 
machine, how can I reset this password. I have tried  un-installing and 
re-installing it but it still seems to be requesting for the password.

Does anyone know a way out?



  

Exporting the result of a Query into excel

2010-01-05 Thread ishaq gbola
Hi all,

I would like to know if there is a tool or command in mySQL that allows one to 
export the result of query into excel formart



  

Re: Exporting the result of a Query into excel

2010-01-05 Thread ishaq gbola
Thanks a lot for that, but where does this file get saved in and how can i copy 
it to my local host if the database is on a remote server

--- On Tue, 5/1/10, Jay Ess li...@netrogenic.com wrote:

From: Jay Ess li...@netrogenic.com
Subject: Re: Exporting the result of a Query into excel
To: mysql@lists.mysql.com  Mysql mysql@lists.mysql.com
Date: Tuesday, 5 January, 2010, 13:22

ishaq gbola wrote:
 Hi all,

 I would like to know if there is a tool or command in mySQL that allows one 
 to export the result of query into excel formart
   
select * from table into outfile thefile.txt;
That can be imported into excel using CSV and using TAB as separator.
http://code.anjanesh.net/2007/12/export-mysql-data-to-excel-compatible.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=ishaq...@yahoo.co.uk




  

Re: Exporting the result of a Query into excel

2010-01-05 Thread ishaq gbola
Am running windows on my local host and Redhat linux on the remote server, I 
have no mysql client on local host. TAC for the NMS using the database adviced 
me not to use a msqlclient for it, that it could break the database??? 

--- On Tue, 5/1/10, sureshkumar...@gmail.com sureshkumar...@gmail.com wrote:

From: sureshkumar...@gmail.com sureshkumar...@gmail.com
Subject: Re: Exporting the result of a Query into excel
To: ishaq gbola ishaq...@yahoo.co.uk, mysql@lists.mysql.com
Date: Tuesday, 5 January, 2010, 13:37

Hi
What is the OS you are using on the remote and local server.
Is there a mysql client on local server?

Thanks
Suresh Kuna
Sent from BlackBerry® on Airtel

-Original Message-
From: ishaq gbola ishaq...@yahoo.co.uk
Date: Tue, 5 Jan 2010 13:31:59 
To: mysql@lists.mysql.com
Subject: Re: Exporting the result of a Query into excel

Thanks a lot for that, but where does this file get saved in and how can i copy 
it to my local host if the database is on a remote server

--- On Tue, 5/1/10, Jay Ess li...@netrogenic.com wrote:

From: Jay Ess li...@netrogenic.com
Subject: Re: Exporting the result of a Query into excel
To: mysql@lists.mysql.com  Mysql mysql@lists.mysql.com
Date: Tuesday, 5 January, 2010, 13:22

ishaq gbola wrote:
 Hi all,

 I would like to know if there is a tool or command in mySQL that allows one 
 to export the result of query into excel formart
   
select * from table into outfile thefile.txt;
That can be imported into excel using CSV and using TAB as separator.
http://code.anjanesh.net/2007/12/export-mysql-data-to-excel-compatible.html


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql

To unsubscribe:    http://lists.mysql.com/mysql?unsub=ishaq...@yahoo.co.uk









  

Re: Exporting the result of a Query into excel

2010-01-05 Thread ishaq gbola
As test i tried this and I got the result below

mysql show tables into outfile trial.txt
    - ;
ERROR 1064: You have an error in your SQL syntax.  Check the manual that 
corresp  onds to your MySQL server version for the right syntax to use near 
'into outfile trial.txt' at line 1
mysql


--- On Tue, 5/1/10, Jay Ess li...@netrogenic.com wrote:

From: Jay Ess li...@netrogenic.com
Subject: Re: Exporting the result of a Query into excel
To: 
Cc: mysql@lists.mysql.com
Date: Tuesday, 5 January, 2010, 13:35

ishaq gbola wrote:
 Thanks a lot for that, but where does this file get saved in and how can i 
 copy it to my local host if the database is on a remote server
   
If you don't specify the absolute location it can be find in 
DATADIR/DatabaseName/. And after you located the file you have a multitude of 
choice how to transfer the file. scp,ftp,http,mail all depending on what's 
installed on the server and what access you got to it.



-- MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=ishaq...@yahoo.co.uk