what mySQL?

dwhuhu

New Member
Messages
2
Reaction score
0
Points
0
The following errors were found :
  • The MySQL Database could not be selected.
It tells me that and its really confuseing can you please explain whats this :confused:
And tell me how to do programming etc, sorry if this sounds stupied but im new..
plus what do they mean MYSQL Database?

Thanks,

Dwhuhu
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
The error message means that the script you are trying to run cannot connect to a database it needs. MySQL is installed on the server, but you probably haven't created a database or a user for that database yet, and have not configured the script to use the database.

We can't give you much more help unless you tell us more about what you're trying to do/run.

As for "tell me how to do programming", that's something that's far too big to handle in a forum. A thousand-page book would give you the basics, and you'd still have an awful lot left to learn. You might want to start by reading this thread for some pointers on where to start.
 

ellescuba27

Member
Messages
273
Reaction score
3
Points
18
A SQL database is a database for information. It is something that banks use, for example, so that they can keep information stored on the internet and have it accessible from anywhere, in the case of banks, to keep track of who has what amount of money. MySQL is just one form of a SQL database, another popular one is SQLite.
 
Top