i have never programmed in mysql and it seems like a big bother to do it.
maybe i am wrong
please somebody tell i am wrong.
You are wrong.
i have not gotten to first base with mysql on sme server 7.1.3.
i cannot even connect.
Connect from where? Commandline, Web Application, Windows desktop, etc.?
you would think after about 10 hours now after trying to supply a username and password the mysql_connect would work.
What username and password are you trying to use? You need to create a username and password for access other than by root and horde. The builtin passwords are 76 characters long, you don't need to remember them and it is highly insecure to let other applications access MySQL with root access.
and after following all those remarks about do this, do this, STOP.
Do what exactly. It is hard to offer you help if you don't tell us EXACTLY what you are trying to do and what you have already tried.
i need something dependable.
MySQL is one of the most dependable databases as evidenced by its worldwide use. It is used by millions of web servers and has a reported 10 MILLION installations worldwide. I don't quite understand what more you could possibly want.
i installed one of those packages phpmyadmin rpm packages and i freakedout, i could not access anything from a webbrowser. and
there are a lot of posting where people are reporting all kinds of trouble then some seem to be having to reinstall.
Again, please be SPECIFIC and tell us exactly what package you tried to install. There are many versions of phpmyadmn, some of them work and others don't.
i want something to last for 20 plus years, all software should be dependable, if it is not, do not use it.
MySQL was first released in 1995. It has been around for 12 years and I will go out on a limb here and say it will be around for at least 20 more.
there are lots of information on mysql from the internet, i really thought
that mysql was more simple and stable.
Stable, ABSOLUTLY YES...Simple NO WAY. MySQL is very robust, powerful and (like any good DB) is a VERY complicated application. It is not a simple application by any means. It will do almost anything and generally outperforms MSSQL. It runs on many platforms and is very well developed and supported. There is just no way for MySQL to be "simple"
if a system goes down, i do not want to need an engineer for something that should be me easy to manage.
If your system goes down then all you have to do is repair/rebuild it and if necessary restore your last backup (you do make regular backups don't you?). The backup routine makes a dump of the entire MySQL database and restores it fully including any added users and passwords.
so i guess i will have to keep writing my own databases and the stuff maintance part of it.
but somebody tell me i am wrong.
thanks
I think your frustration is due to your lack of understanding of exactly how MySQL and SME work and how they are integrated together. If you want some help here, I suggest that you tell us EXACTLY what you are trying to do and what EXACTLY you are having problems doing. Start from the begining with the first problem and let us help you solve it. After we solve your first problem, then lets move to the next. One by one we can try to walk you through your issues.
You may do as you please, we are not here to force you to use MySQL if you don't want to. I will say it again, you are wrong about MySQL but probably because you don't understand it. One you learn how it works and how good it really is, you will probably wish you could erase this thread.