Forum Replies Created
-
AuthorPosts
-
energylevelMember
Just to clarify, I've added a PHPBB forum to a site, the site already has a members area so I wanted to sync the existing username and passwords data with the PHPBB forum database. Easy enough to do a sync for existing members but I need some kind of automation to handle new signups or people changing their password
Thanks …………
energylevelMemberThanks for all your help, it's not such a big deal as the timestamp field populates properly when records are added via web browser/php script which how it will be done most of the time… so I can cope with that …
energylevelMembertimestamp (14) DEFAULT 'now()' NOT NULL
This doesn't seem to be working for me…..
peterlaursen wrote on May 10 2006, 03:59 PM:Nope – it is only you that has his head filled with 'auto-complete' 😛I request 'smart keyword handling' with the literal string 'now()' – just like 'NULL' , 'CURRENT_TIMESTAMP', 'CURRENT_USER' etc.
Writing 'now()' (without quotes) in a TIMESTAMP cell would then send 'now()' (also without quotes) and the server will insert CURRENT_TIMESTAMP. Or put it another way: just as 'localtimestamp' is a synonym for 'CURRENT_TIMESTAMP', 'now()' is too. But 'now()' is the easiest to type.
energylevelMemberRitesh wrote on Apr 10 2006, 04:23 AM:So did you get your upgrade key or you still want some help?Well I postsed a support ticket and got my download URL and new key that way ..
energylevelMemberThanks … I don't use SQLYog very often … I would say to a guy who have the techbialc expertise you do in this area, it seems to ot would be more user friendly to have this option in the alter table screen with the pother checkboxes ??
Thanks Again
energylevelMemberAny plans to have SSH support built in ??
energylevelMemberI'm sure I heard mention of SSH support in a future version of SQLYog, does anyone know if it's in development ?
energylevelMemberThanks, I'm already using mysqldump cron jobs anyway, was just looking for ways of getting backups to removable disk (as some of my customers want regular backups on sent on disk) with as little manual intervention from me as possible …..
energylevelMemberAhh .. I see the scheduling for sync in the wizard feature, can it be done for db/tables backups too in SQLYog ? I can't see anything???
Thanks………
energylevelMemberthanks for the help ……..
-
AuthorPosts