Question:
what is a MY SQL Server?
ely
2009-10-14 14:17:18 UTC
i want to know because apparently my sql server wont let a web page connect or something like that, every time i type on my browser thing bleachget.com this shows up: .....Warning: mysql_connect() [function.mysql-connect]: Host '77.243.236.51' is not allowed to connect to this MySQL server in /home/admin/domains/bleachget.com/public_html/inc/mysql.class.php on line 9
Could not connect to MySQL: Host '77.243.236.51' is not allowed to connect to this MySQL server... but then i try and do it again this time i type www.bleachget.com and it goes in perfectly i don't understand this problem and this is the first time its done it...please help...T-T...and thank you!!
Three answers:
Justin
2009-10-14 14:22:40 UTC
MySQL is a relational database management system (RDBMS)[1] which has more than 6 million installations.[2] MySQL stands for "My Structured Query Language". The program runs as a server providing multi-user access to a number of databases. MySQL is officially pronounced /maɪˌɛskjuːˈɛl/ My S-Q-L, but often pronounced /maɪˌsiː'kwɛl/ My SEQuel[3]



The project has made its source code available under the terms of the GNU General Public License, as well as under a variety of proprietary agreements. MySQL is owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, now a subsidiary of Sun Microsystems,[4]. As of 2009 Oracle Corporation began the process of acquiring Sun Microsystems; Oracle holds the copyright to most of the MySQL codebase.



MySQL is often used in free software projects which require a full-featured database management system, such as WordPress, phpBB and other software built on the LAMP software stack. It is also used in very high-scale World Wide Web products including Wikipedia, Google and Facebook



http://en.wikipedia.org/wiki/My_sql
Toasty. dont ask
2009-10-14 14:48:11 UTC
A mysql server is a server that that's primary function is to run a database. In this case mysql is the name of the database. Mysql is a very common type of database for web sites. I am assuming you are set up with some third party web site hosting company. Here is what the error looks like to me:



Sounds like your host has the sql database on a separate server than your web server and doesn't allow for remote connections. The hosting company that hosts your web site will need to give permissions to the IP address 77.243.236.51 so that it can remotely connect.
Kyle
2009-10-14 14:27:18 UTC
MySql is a database server and most likely your problem is the script can't connect to the server or the credentials (ie user name, password) in the script for the MySql database or it could be a one time glitch.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...