Welcome to Geeklog, Anonymous Friday, September 22 2023 @ 05:35 pm EDT
Geeklog Forums
Change the Dates on All Stories
Status: offline
Sonnyb
Forum User
Junior
Registered: 05/21/05
Posts: 22
Location:Tampa, FL
Does anyone know of a simple way to change the date of all stories? Maybe an SQL command? I don't know enough about SQL to be comfortable messing with it without some guidance from the geeklog gods 
Thanks

Thanks
5
9
Quote
Status: offline
matthewcox
Forum User
Junior
Registered: 12/11/03
Posts: 31
Location:Asheville, North Carolina

in the query field us this command(changing the date and time to what you want)
Text Formatted Code
UPDATE `stories` set `date` = "2003-12-02 19:13:00"

mysql -p -u yoursusername geeklogdatabasename
UPDATE `stories` set `date` = "2003-12-02 19:13:00";
see example session below
Text Formatted Code
$ mysql -p -u yoursusername geeklogdatabasename
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 1346329 to server version: 4.0.24-standard
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
mysql> UPDATE `stories` set `date` = "2003-12-02 19:13:00";
enjoy!
-Matthew Cox
5
7
Quote
Status: offline
matthewcox
Forum User
Junior
Registered: 12/11/03
Posts: 31
Location:Asheville, North Carolina
Glad to hear. 
It does make me curious though, what purpose or effect does this achieve?
Always interested in new creative ways of using geeklog...
-Matthew Cox

It does make me curious though, what purpose or effect does this achieve?
Always interested in new creative ways of using geeklog...
-Matthew Cox
10
7
Quote
All times are EDT. The time is now 05:35 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content