Hello
Im using XAMPP 1.7.4 beta 2 to test my applications. When I connect to mysql (which came with the XAMPP) using the mysqli_connect function it works because it does not display an error message from the or die(“not connecting”) function
But when i try to query the database and insert values it does absolutely nothing. The other problem I have is that I cant create a database with the mysql that came with XAMPP because i do not have privileges over mysql. and i cant set the privileges because i donnt know the master passord and user name aaaaaah I know the default passwor is “” and username is “root” but it doesnt work.
but what confuses the hell out of me is that when i add a database to Mysql localhost mysql doesnt show the database when i type in the show databases command but i can connect to it but not query it? what the hell,
is the beta version the problem?
can you send me code for a connection test?
can someone explain to me how i can install mysql so that xampp will still connect to that sql ?
or any help will be good.