Fwd: mysql_tzinfo_to_sql

2013-04-06 Thread Joe Kosinski
I also tried mysql_tzinfo_to_sql /usr/share/zoneinfo > sqlLines with the following Terminal output: Terminal Saved Output 10 Description: Binary data -bash: sqlLines: Permission deniedJoeBegin forwarded message:From: Joe Kosinski Subject: Fwd: mysql_tzinfo_to_sqlDate: A

Fwd: mysql_tzinfo_to_sql

2013-04-06 Thread Joe Kosinski
the command drop down menu of the Shell menu. Are there any other suggestions on what I should do to populated the tables? Joe > > > Joe > > Begin forwarded message: > >> From: shawn green >> Subject: Re: Fwd: mysql_tzinfo_to_sql >> Date: April 5, 201

Fwd: mysql_tzinfo_to_sql

2013-04-06 Thread Joseph Kosinski
Thanks for the input. I have noticed when I wanted to remove MySql Server from my system there were a lot of steps I had to go through and one was to modify the config file which was locked. I used show info on the file and changed the permissions on it to read write. Then when I tried to cha

Fwd: mysql_tzinfo_to_sql

2013-04-05 Thread Joe Kosinski
I am logged onto the system as system administrator and should have privilege  to write to the file.  I have tried cd .. several times and no matter what I still get permission denied.  Please see attached terminal output: Terminal Saved Output 11 Description: Binary data Thanks,JoeBegin forward

Re: Fwd: mysql_tzinfo_to_sql

2013-04-05 Thread Wm Mussatto
territory now. Whatever directory you are in requires that the user you are have permission to write to it. Try doing a "cd" first. That should get you back to the user's home directory where I would hope that user could create files. > Begin forwarded message: > >> From:

Fwd: mysql_tzinfo_to_sql

2013-04-05 Thread Joe Kosinski
The commands didn't work and the time zone tables are not loaded.  Whenever I ran the queries mysql> SELECT * FROM time_zone;  mysql> SELECT * FROM time_zone_name; I got an error message stating no database was selected.  I think when I tried to locate the path to the mysql_tzinfo_to_sql previousl

Fwd: mysql_tzinfo_to_sql

2013-04-05 Thread Joe Kosinski
I tried the use mysql; for my session.  Here is the result: Terminal Saved Output 7 Description: Binary data JoeBegin forwarded message:From: shawn green Subject: Re: Fwd: mysql_tzinfo_to_sqlDate: April 5, 2013 1:58:01 PM EDTTo: Joe Kosinski Hi Joe,On