• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Good MySQL or Oracle DB Resource?

Scarpozzi

Lifer
I need to learn about MySQL and Oracle DB commands (basic). I'm familiar with phpmyadmin and use it for MySQL, but don't know too much about console commands. I'm wanting to pick up some basic knowledge about both systems. I've got a CentOS sandbox to play with at home and plenty of time.

Any ideas of what I can do or read to get started? Thanks,
-Scar
 
I'm no expert, but I picked up a few things by using applications and exploring their databases by hand. I learned a little bit of sql syntax by playing with perl writing an app to put data into and pull data out of a mysql db.
 
You mean commands like mysql, mysqladmin, mysqldump, etc or SQL statements? Actually for me I'd probably just say google for both.
 
Originally posted by: Nothinman
I usually use Google to find the docs on MySQL's site too =)

Yeah, sometimes Google is better at finding the pages then mysql's own search 😛
 
Back
Top