Geometry.Net - the online learning center
Home  - Computer - Mysql
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 76    Back | 1  | 2  | 3  | 4  | Next 20

         Mysql:     more books (100)
  1. The PHP Programming with MySQL: The Web Technology Series (The Web Technologies Series) by Don Gosselin, Diana Kokoska, et all 2010-01-06
  2. Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition by Emilian Balanescu, Cristian Darie, 2008-02-21
  3. Sams Teach Yourself MySQL in 10 Minutes by Chris Newman, 2006-05-19
  4. PHP & MySQL: Your visual blueprint for creating dynamic, database-driven Web sites by Janet Valade, 2006-09-14
  5. Expert PHP and MySQL (Wrox Programmer to Programmer) by Andrew Curioso, Ronald Bradford, et all 2010-03-29
  6. MySQL Administrator's Guide and Language Reference (2nd Edition) by MySQL AB, 2006-05-07
  7. MySQL Database Design and Tuning by Robert D Schneider, 2005-06-23
  8. MySQL Clustering by Alex Davies, Harrison Fisk, 2006-03-30
  9. PHP 6/MySQL Programming for the Absolute Beginner by Andrew B. Harris, 2008-09-09
  10. Build Your Own Database Driven Website Using PHP & MySQL by Kevin Yank, 2001-09-20
  11. A Guide to MySQL by Philip J. Pratt, Mary Z. Last, 2005-12-09
  12. High Performance MySQL by Jeremy D. Zawodny, Derek J. Balling, 2004-04-08
  13. Beginning PHP 6, Apache, MySQL 6 Web Development by Timothy Boronczyk, Elizabeth Naramore, et all 2009-01-27
  14. Professional LAMP : Linux, Apache, MySQL and PHP Web Development by Jason Gerner, Morgan Owens, et all 2005-12-05

41. MySQL Forge :: Dashboard
mysql Forge is a place for the mysql user and developer community to contribute content, suggestions, code, projects, and other mysqlrelated goodies.
http://forge.mysql.com/
search forge:
MySQL Forge
Resources for the MySQL Community
Top-ranked Worklog Tasks
WL#148: Foreign keys: Implement Foreign Keys (all storage engines) WL#3711: Implement service to watch tables and or rows and fire events when changed WL#353: Better REGEXP package WL#3657: INFORMATION SCHEMA table for SHOW MASTER STATUS ... More...
Top-rated Projects
MySQL Sandbox External Language Stored Procedures Maria Storage engine MySQL General Purpose Stored Routines Library ... More...
Top-rated Code Examples
Giuseppe Maxia MySQL Proxy Tutorial - Return a full dataset Jay Pipes Find Worst Performing Indexes ... More...
Newest Worklog Tasks
WL#1039: background updating of fulltext indexes Benchmarks-3.0 WL#4322: Improve memory handling for grant/acl/servers/plugins tables Server-9.x WL#1624: determine MAC addr on Windows Server-4.1 WL#4319: Instructions for adding character sets/collations Server-5.0 WL#4165: Prepared statements: validation Server-5.1 WL#4166: Prepared statements: automatic re-prepare Server-5.1 WL#3085: Cluster should support OPTIMIZE Server-7.1

42. MySQL Tools - MySQL Management Software - Database Tools MySQL By Quest Software
Simplifying mysql Administration By Offeringmysql Tools, mysql Management Software, Database Tools mysql, And mysql Database Tools.
http://www.quest.com/mysql/
Cart How to Buy Login White Papers ... Downloads Search
United States - English Australia - English Brazil - Portuguªs China - 中国 France - Fran§ais Germany - Deutsch India - English Ireland - English Italy - Italiano Japan - 日本 Korea - 대한민국 Latin America - Espa±ol New Zealand - English Russia - Росси́я South East Asia - English Spain - Espa±ol United Kingdom - English
  • Products
    • Overview Application Management MySQL Home Products MySQL > Overview Print Page Request a Quote Email Page Overview ... Knowledge Xpert for MySQL
      Solutions for MySQL
      Ensure Database Quality, Performance and Availability
      Quest's Products for MySQL Running on Windows
      Toad for MySQL
      Toad is the de-facto standard for database developers and administrators. Toad for MySQL is a database development and administration solution that enables you to rapidly create and execute queries, automate database object management and develop SQL code, while providing instant access to MySQL expertise. Toad® for Data Analysis
      IT and Business professionals who need to access and understand their data. It's one tool that natively supports Oracle, SQL Server, DB2 LUW, DB2 z/OS and MySQL; other platforms supported through ODBC such as Teradata and Sybase.

43. Link Search Results
Stress test mysql with mysqlslap? How Do I… TechRepublic.com mysql stress test Set up replication between Microsoft SQL Server 2000 and mysql?
http://techrepublic.com.com/5264-1-0.html?query=mysql

44. MySQL Cheat Sheet
Selecting a database mysql USE database; Listing databases mysql SHOW DATABASES; Alternatively mysql source batch_file; Backing up a database with
http://www.nparikh.org/unix/mysql.php
Neal Parikh

Selecting a database: Listing databases: Listing tables in a db: Describing the format of a table: Creating a database: Creating a table: Load tab-delimited data into a table: Inserting one row at a time: Retrieving information (general): Reloading a new data set into existing table: Fixing all records with a certain value: Selecting specific columns: Retrieving unique output records: Sorting: Date calculations: Pattern Matching: Extended Regular Expression Matching: Counting Rows: Grouping with Counting: Selecting from multiple tables: Currently selected database: Maximum value: Auto-incrementing rows: Adding a column to an already-created table: Removing a column: ALTER TABLE syntax available at mysql.com.) Batch mode (feeding in a script): Backing up a database with mysqldump: MySQL's docs

45. MySQL | High Scalability
That in addition to acquiring mysql , Sun will be unveiling new global support offerings into the mysql marketplace. We ll be investing in both the
http://highscalability.com/tags/mysql
@import "/files/css/32ef0ef65c2b0320a359104fe0e467c9.css"; @import "/themes/garland/print.css";
High Scalability Building bigger, faster, more reliable websites.
Navigation
Who's online
There are currently users and 162 guests online.
User login
Username: Password:
Syndicate
Home
MySQL
Scaling Out MySQL
Sun, 03/30/2008 - 16:32 — natis This post covers two main options for scaling-out MySql and compare between them. The first is based on data-base clustering and the second is based on In Memory clustering a.k.a Data Grid . A special emphasis is given to a pattern which shows how to scale our existing data base without changing it through a combination of Data Grid and data base as a background service. This pattern is referred to as Persistency as a Service (PaaS). It also address many of the fequently asked question related to how performance, reliability and scalability is achieved with this pattern. Bookmark/Search this post with:
YouTube Architecture
Thu, 03/13/2008 - 05:54 —

46. Securing MySQL: Step-by-step
This article describes the basic steps which should be performed in order to secure a mysql database against both local and remote attacks.
http://www.securityfocus.com/infocus/1726
var pathname='/infocus'; var OAS_listpos = 'Top,Middle,Right1,x30,x28'; Threat level definition Search: Home Bugtraq Vulnerabilities Mailing Lists ... Vulns Securing MySQL: step-by-step
Artur Maj
1. Introduction
MySQL is one of the most popular databases on the Internet and it is often used in conjunction with PHP. Besides its undoubted advantages such as easy of use and relatively high performance, MySQL offers simple but very effective security mechanisms. Unfortunately, the default installation of MySQL, and in particular the empty root password and the potential vulnerability to buffer overflow attacks, makes the database an easy target for attacks. This article describes the basic steps which should be performed in order to secure a MySQL database against both local and remote attacks. This is the third and last of the series of articles devoted to securing Apache, PHP and MySQL.
1.1 Functionality
The article assumes that the Apache web server with the PHP module is installed in accordance with the previous articles, and is placed in the /chroot/httpd directory.

47. MySQL :: MySQL Partners And Solutions
Sun Microsystems Announces Completion of mysql Acquisition mysql Conference and Expo April 14 - 17 - Partner Exhibition and Sponsorship
http://solutions.mysql.com/
Skip navigation links The world's most popular open source database Contact MySQL Alliances Login Register
Resources

48. MySQL | HowtoForge - Linux Howtos And Tutorials
Have you ever forgotten the root password on one of your mysql servers? No? Well maybe I’m not as perfect as you. This is a quick h00tow (how to) reset your
http://howtoforge.com/howtos/mysql
@import "/misc/drupal.css"; @import "/modules/userinfo/userinfo.css"; @import "/themes/htf_glass/style.css";
Navigation

49. MySQL :: MySQL Product Archives
This site provides archived versions of various mysql products. We provide these as a courtesy to our users, who may need to duplicate an existing
http://downloads.mysql.com/archives.php
The world's most popular open source database Contact a MySQL Representative Login Register
Contact Sales
USA - Toll Free:
USA - From abroad:
USA - Subscription Renewals:
UK:
Ireland:
Germany:
France:
Sweden:
Benelux:
Italy: Israel: Other EMEA countries: Asia Pacific: Learn about new MySQL releases, technical articles, events and more.
MySQL Product Archives
This site provides archived versions of various MySQL products. We provide these as a courtesy to our users, who may need to duplicate an existing installation based on older versions of our software. Please note that these are old releases and may include bugs that are fixed in more recent releases! To download the current released and fully-tested versions of these products, please go to the download pages on the main MySQL web site For further information about these products, please see the product pages on the main MySQL web site

50. MySQL - Mono
mysql Connector/Net is a fully managed provider and does not require a client library. You have to get it from mysql AB. The provider is distributed under
http://www.mono-project.com/MySQL
Navigation
MySQL
From Mono
Info
The Mono provider for MySQL http://www.mysql.com/ database is the MySQL Connector/Net http://dev.mysql.com/downloads/connector/net/ MySQL Connector/Net is a fully managed provider and does not require a client library. You have to get it from MySQL AB. The provider is distributed under the GPL license. This is the recommened provider to use with Mono. Note: The 1.0.5 release of MySQL Connector/Net does not work on non-Windows systems. Please download and use the 1.0.7 release of MySQL Connector/Net which works on Mono on Windows and Linux. Support for MySQL Connector/Net can be found here http://dev.mysql.com/support/ ByteFX.Data is no longer maintained. You should use the MySQL Connector/Net instead.
Using
Prerequisites
  • Have access to a MySQL database or download it from MySQL AB http://www.mysql.com/downloads/index.html MySQL data provider. Either ByteFX.Data that is included with Mono or the MySQL Connector/Net.
Connection String Format
  • Has a ConnectionString format:
"Server=hostname;" + "Database=database;" + "User ID=username;" + "Password=password;" + "Pooling=false"

51. Postfix MySQL Howto
The Postfix mysql map type allows you to hook up Postfix to a mysql database. This implementation allows for multiple mysql databases you can use one for a
http://www.postfix.org/MYSQL_README.html
Postfix MySQL Howto
Introduction
The Postfix mysql map type allows you to hook up Postfix to a MySQL database. This implementation allows for multiple mysql databases: you can use one for a virtual(5) table, one for an access(5) table, and one for an aliases(5) table if you want. You can specify multiple servers for the same database, so that Postfix can switch to a good database server if one goes bad. Busy mail servers using mysql maps will generate lots of concurrent mysql clients, so the mysql server(s) should be run with this fact in mind. You can reduce the number of concurrent mysql clients by using the Postfix proxymap(8) service.
Building Postfix with MySQL support
These instructions assume that you build Postfix from source code as described in the INSTALL document. Some modification may be required if you build Postfix from a vendor-specific source package. Note: to use mysql with Debian GNU/Linux's Postfix, all you need is to install the postfix-mysql package and you're done. There is no need to recompile Postfix. The Postfix MySQL client utilizes the mysql client library, which can be obtained from:

52. The CPAN Search Site - Search.cpan.org
search.cpan.org/search?module=mysql Patrick Galbraith / DBD-mysql - search.cpan.orgBundleDBDmysql, A bundle to install Perl drivers for mysql, 4.004. DBDmysql, mysql driver for the Perl5 Database Interface (DBI), 4.006
http://search.cpan.org/search?module=Mysql

53. PC World - Business Center: MySQL: Sun's Billion-Dollar Baby
If you had any doubts about Sun Microsystems commitment to open source, it s time to set them aside.
http://www.pcworld.com/businesscenter/article/141475/mysql_suns_billiondollar_ba
document.write(pcw_AdRender("script","interstitial")); Search Browse by Topic document.write(pcw_AdRender("iframe","leader",1)); Smart Technology for Smart Companies Topics: Other PCW Business Center readers are recommending: Thank you for voting on this story.
Your vote has been successfully recorded.
MySQL: Sun's Billion-Dollar Baby
recommend Neil McAllister, Infoworld Related Articles: Related Searches: Related Terms:

54. Jeremy's MySQL Stuff
I occasionally (as time permits) help out companies with their mysql needs. I specialize in performance tuning and replication but can handle nearly all
http://jeremy.zawodny.com/mysql/
Jeremy's Home MySQL Stuff
Jeremy Zawodny's MySQL Stuff
A collection of stuff I've done that's related to MySQL , a fast and reliable Open Source Relational Database Server.
Consulting
I occasionally (as time permits) help out companies with their MySQL needs. I specialize in performance tuning and replication but can handle nearly all aspects of MySQL on Linux/Unix systems. Here are some of my current and past clients. Contact me for rates and availability.
Tools
Here's a brief listing of the MySQL related tools I've built. Click on the links for more detailed pages, downloads, and so on. mytop
A clone of the top program which can be used to monitor what your MySQL server is doing. It lists active threads (which you can filter and even kill), performance statistics, and more. mysqlsnapshot
For MySQL 3.23.xx, setting up replication can be a pain because you need to generate an initial (consistent) snapshot of your data to load onto your slave(s). You also need to make sure the binary log on the master reflects the exact time at which you took the snapshot. mysqlsnapshot automates the process.

55. CodeProject: Membership And Role Providers For MySQL. Free Source Code And Progr
This article provides two files that contain a Membership Provider and a Role Provider for ASP.NET v2.0.; Author Rakotomalala Andriniaina;
http://www.codeproject.com/KB/database/mysqlmembershipprovider.aspx
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); 4,976,481 members and growing! (13,874 online) Email Password Remember me? Lost your password? Home All Topics MFC/C++ C# ... General Intermediate
Membership and Role providers for MySQL
By Rakotomalala Andriniaina
This article provides two files that contain a Membership Provider and a Role Provider for ASP.NET v2.0. JScript, XML, C#, Windows, .NET, Visual Studio, ASP.NET, Ajax, Arch, Dev
Posted 16 Nov 2005
Updated 20 Dec 2005
Views
document.write(unescape("%3ca%20href%3d%22http%3a%2f%2fwww.codeproject.com%2fRedir.aspx%3fadid%3d5302%26way%3dban%22%20target%3d%22_blank%22%20rel%3d%22nofollow%22%3e%3cimg%20src%3d%22http%3a%2f%2fwww.codeproject.com%2fscript%2fAnn%2fServeImg.aspx%3fFile%3d%252fscript%252fadmentor%252fimages%252fIBMdeveloperWorks_150x80.gif%26C%3dFalse%26id%3d5302%22%20alt%3d%22%22%20border%3d%220%22%20width%3d%22150%22%20height%3d%2280%22%3e%3c%2fa%3e")); Announcements Monthly Competition
We're Hiring!

56. MySQL++
A C++ API for mysql. Tries to make working with queries as easy as working with other STL containers.
http://tangentsoft.net/mysql /

57. Enterprise Product And Data Architect
On mysql DBA blog, I document my thoughts and experiences as Director of Database Infrastructure for a top 15 site on the Internet where I am responsible
http://mysqldatabaseadministration.blogspot.com/
@import url("http://www.blogger.com/css/blog_controls.css"); @import url("http://www.blogger.com/dyn-css/authorization.css?targetBlogID=18337119");
Enterprise Product and Data Architect
On MySQL DBA blog, I document my thoughts and experiences as Director of Database Infrastructure for a top 15 site on the Internet where I am responsible for one of the largest and most active MySQL on Solaris 10 installations. Topics include MySQL scalability, InnoDB /MySQL performance tuning, disaster recovery, database security, replication, clusters and general information about database management. E-mail me at softwareengineer99 at y a h o o dot com for my resume.
Tuesday, February 26, 2008
'Decade Zero of Open Source'
Bruce Perens , the man who created the Open Source definition on February 9, 1998, writes about the past and present of Open Source. In his State of Open Source Message , he labels the past and the future of Open Source. In his own words:
"Friday, February 8 is the last day of Decade Zero of Open Source. Saturday, February 9 is the anniversary of Open Source and the start of Decade One. It's a computer scientist thing. We always start counting from zero :-)"
The article talks about the rise of Open Source from Red Hat to most recently Sun's acquisition of MySQL . He also re-iterates the need for non traditional profit centers for Open Source companies, like in the case of MySQL.

58. ConnectionStrings.com - How To Connect To MySQL
All connection strings for mysql accessible at one location. Find your mysql connection string syntax and learn more accurate ways of connecting.
http://www.connectionstrings.com/?carrier=mysql

59. Mysql Resources On TechRepublic
White papers, case studies, technical articles, and blog posts relating to mysql.
http://search.techrepublic.com.com/search/mysql.html
@import url("http://i.techrepublic.com.com/css/tr2006.css"); @import url("http://news.zdnet.com/css/z/ads/hs.css"); @import url("http://i.techrepublic.com.com/css/search.css"); On BNET: 563 Resources for
mysql
  • Subscribe to this listing via: RSS Email
Did you mean MySQL 5.0 (17 results), MySQL AB (9 results)
TechRepublic Resources
Configure Snort to log packets to ... mysql
Last week, we looked at setting up Snort, a Network Intrusion Detection System. Now we will look at configuring Snort to log packets to a remote MySQL server where a graphical Web interface can be used to view captured packets and statistics. To begin with, on the... Tags Snort MySQL Open Source Databases ... Vincent Danen Blog posts
SQLWave (2-setup)
SQLWave is a tool for MySQL Database Server designed to automate and simplify database development process. It also provides an easier way to explore and maintain existing databases, design compound SQL statements, query and manipulate data in different ways. Intuitive GUI interface for all MySQL operations. Very fast retrieval of... Tags MySQL Nerocode SQLWave Databases ... Data Management Software downloads
A2 Flash Server (exe)
The easy way to design, organize, display, upload online Flash PhotoGallery The gallery runs off advanced PHP with MySQL database, Actionscript code, No Flash PHP programming is required. Simply choose category, gallery and upload images. Thats all. Features: Control Panel 5 languages, easy WYSIWYG off-line Sw to create Flash Photo-Gallery...

60. FAQTs - Knowledge Base - Faqts : Computers : Databases : MySQL
I want to allow mysql to accept an article into its database using Korean characters, how can I do this? All I m getting is jibberish!
http://www.faqts.com/knowledge_base/index.phtml/fid/52
document.write('') News: Faqts.com search is now functional again. Thank you for your patience.
faqts Computers Databases : MySQL
+ Search Enter your search terms Submit search form Web faqts.com
Folders
  • Common Problems Connectivity Design General Information ... students
  • Articles
  • How to Import Excel, Access or XML Data into MySQL Using Navicat
  • Links
  • Cheap web hosting Cheap web hosting
  • Instruction Sets
  • Installing
  • Documentation
  • MySQL Manual Mailing List Archive
  • Share Your Knowledge Ask a Question
    Questions
    Recently Asked Questions Random Questions
    Unanswered Questions

    Page 3     41-60 of 76    Back | 1  | 2  | 3  | 4  | Next 20

    free hit counter