O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by iennae : Dec 26 2012 06:13 PM
Hi,
In chapter 8 when you did "create database publications" and "GRANT ALL ON publications.* TO 'jim'@'localhost' IDENTIFIED BY 'mypasswd';" (replacing ji... full answer >
Answered by macnlos : Oct 25 2012 11:30 AM
Let me point out that I'm not a DBA nor am I what you would call extremely proficient with Mysql. I do have to manage a couple of small DBs and what has been most helpful is using phpMyAdmin. Fr... full answer >
Answered by Altharaz : Jul 25 2012 08:20 PM
Ahoy !
First of all, you should get an insight of what is HTML 5.
Then, you might try to add some cool effects using CSS to make your audience say Woow!
After that, you should try to learn PH... full answer >
Answered by Alejandro Ramirez : Apr 10 2012 12:49 PM
I found links to the MySQL Connector for Windows version 6.1 under the development releases: https://dev.mysql.com...r.php?id=403037
On this page: https://dev.mysql.com.../mysql/6.0.html
I doubt ther... full answer >
Answered by macnlos : Mar 14 2011 12:48 PM
There are different opinions on which connector/extension is faster. Here is a simple guideline that you should follow:
If the MySQL database you are connecting to is <= 4.1.3, then use mysql_con... full answer >
Answered by rachel.j : Mar 17 2011 12:46 PM
Hi,
It looks like your question has already been answered at https://www.phpfreaks...?topic=326218.0.
Let us know if you have any more questions. You can also email booktech@oreilly.com, our book cus... full answer >
Answered by BillyFish : Jan 28 2011 03:32 AM
Before answering the question - one correction in your list of limitations, schema changes that you make on one MySQL server will be visible on the others.
The answer (probably not a surprise) is tha... full answer >