edit] I receive a database setup error using MySQL 5.x on Windows, what can I do?
Gallery2:FAQ - Gallery CodexIf you're using MySQL 5.x on Windows and you can't get past the Database Setup Step in the installer and get a message like The database privileges test did not complete successfully. Failed to create a DB test sequence.Check the returned error message and README.html for missing privileges and clean up the database. Then you most probably have a MySQL InnoDB Engine issue. To resolve it, try: Delete BOTH your MySQL DATA and LOG files at the same time and restart the server. Step 2.
Why do I receive "Cannot connect to MYSQL database error"?
LUXAR Hosting - Frequently Asked QuestionsFirst you need to verify that you have created the database. Login to Cpanel and click "MySQL Databases" The database should show in there. If it is not there, enter the database name in the text box and click "Add Db" Second you need to have a user created and added to your database.
How do I setup MySQL as a service using SMF ?
cooltools: Cool Tools at OpenSPARC T1Why are there 2 MySQL versions in Cool Stack ? Cool Stack includes a 32bit and 64bit version of MySQL. The 32bit version is bundled along with Apache and PHP in the CSKamp package and has client-side support. For example, the PHP mysql and mysqli extensions link to the mysql libraries in /opt/coolstack/mysql_32bit. The 32bit version can also be used as a database server - especially on smaller x86 platforms. The CSKmysql package is a 64bit version of MySQL for use as the database server.
How do I setup using groups with my ODBC database?
Flicks Software's FAQThe test button works fine, but I cannot login. I turned on "Show Reason in Access Denied Message" and it just says "Bad Password" :-( How to setup SQL database on a different machine, not on the webserver itself. (Can also help with a W2K3 SP2 permissions issue)
edit] Why do I get a MySQL "Can't connect to local MySQL server through socket" error?
Gallery2:FAQ - Gallery CodexThis indicates that PHP cannot communicate with your MySQL server. Check to make sure that MySQL is running, and verify that it's actually on the server where you think it is. If MySQL is running on your local system try using the IP address for your host (which should be 127.0.0.1) instead of "localhost" for your database and see if that fixes the problem. For other diagnostics you can try, take a look at http://dev.mysql.com/doc/refman/5.0/en/can-not-connect-to-server.html
How do I setup my dialup account using Windows XP?
ReliaNET FAQ'sClick on the link labeled "Set up or change your Internet connection." The "Internet Properties" window should appear, click on the "Connections" tab. Click the button labeled "Setup..." This starts the connection wizard that steps you through the process of creating your connection icon. Click the "Next" button to continue. In the next screen, select "Connect to the Internet", which should be the default choice.
How do I setup my dialup account using Windows Vista?
ReliaNET FAQ'sNow enter the local phone number that is closest to your city, which would be a local call for you. Here is a list of ReliaNET numbers for Utah (to see all the numbers click here). You want to use one which is a local phone call for you.
How do I setup my DSL account using Windows XP?
ReliaNET FAQ'sA complete step-by-step CD walks you through the set-up and configuration of your DSL modem and service. The kit includes all necessary cables and phone filters. Our technicians are available by phone to answer any questions you may have. You also have the option to have a technician install your modem for you for an additional fee. Your DSL modem (router) comes with very detailed instructions for setup including color coded cables and diagrams of exactly how to plug it all in.
edit] How do I edit error messages?
MediaWiki FAQ - MetaSpecial:Allmessages contains a complete list of messages (error or otherwise), that can be edited. Alternatively, you could also view and edit your languages/Language.php file, which also contains some messages.
Do I have shell access into my account? How do I set up a MySQL database?
RYDIA.NETWe do not give out shell accounts by default for security and resource usage reasons. Additionally (and for similar reasons) we like to personally set up MySQL databases only for customers who request them. If you'd like to put in a request, contact customer support for more information. Additionally, remember that only Domain and Super accounts can use CGI, MySQL, PHP, etc.
What is a mySQL database?
Pigeon Industries FAQMySQL is an open source database server that employs Structured Query Language (SQL). A database server is a program that can store large amounts of information in an organized format that's easily accessible through scripting languages like PHP.
mysql] Can I have a MySQL Database?
Frequently Asked Questions — Employees.orgWe are now allowing MySQL databases again. To create yourself a database, run the "mysqlme" located in "/usr/local/bin/". The program will create a MySQL user entry for your userid and then create a database for you with the name of your userid. You can have more than one database by specifying a database name with the "-db dbname" option. A database will then be created called "userid_dbname".
Do you charge additional fees for using the mySQL database or PHP?
NOVA Web Hosting FAQYes. You will have your own domain name with any of our hosting packages with no ads or other junk cluttering your pages. Please note that we give all of our clients their own unique IP address. Many other hosting companies provide only one IP that must be shared with thousands of users. We do not use that system.
Do you charge additional fees for using the mySQL database or PHP3?
Frequently Asked QuestionsNo. Both are included as features in our hosting package. However, due to the special nature of database design, we recommend users contact http://mysql.com and http://php.net for answers to questions concerning either product.
Why do I get a SQL syntax error when clicking on Categories in v1.0.x while using MySQL?
ReciPants Documentation :: FAQApparently, AUTO_INCREMENT values start with 1 instead of 0 in MySQL v4.x. As the ID number of the master default category must be 0, the whole thing barfs. The column that holds ingredient quantities was declared as the wrong typethe NUMERIC type stores decimals in Postgres, but in MySQL it only stores whole numbers, causing fractional values to get rounded off to the nearest whole number.
edit] How do I completely lock my database?
MediaWiki FAQ - MetaIf you want to forbid really any modification of the database, you need to do this on the database itself (edit the permissions on your database to revoke UPDATE, INSERT, and DELETE operations from the wiki user, or put MySQL into read-only mode). By results of an experiment on MediaWiki 1.5.6, the minimal SQL rights for MediaWiki to work properly in read-only mode are: GRANT INSERT, DELETE ON wikidb.objectcache TO user GRANT UPDATE (ss_total_views) ON wikidb.
edit] Q: Is there a database backend?
FAQ - GnuCashedit] Q: Is the Postgres DB / SQL backend supported? A: A postgres/SQL backend was introduced in the 1.6 code line, but it never supported any features introduced since the 1.6 release, especially the Business features and Scheduled Transactions. Even so, modulo those features, the postgres backend should still basically function, even in the 2.2 release. However, since the 2.
