Current Page: 1 of 1
Results 1 - 10 of 10
4 years ago
st7james
is it necessary to mariadb running in order to use mysql? the wamp icon will turn orange i believe, but will everything else work as intended? i don't believe at this point i have any use for mariadb.
Forum: WampServer English
4 years ago
st7james
thank you for all your help. The PHP link helped immensely. I am using a 2012 copyrighted book to learn PHP /MySQL. but the PHP site will help me work around dated code style. Thank you again.
Forum: WampServer English
4 years ago
st7james
>It is therefore necessary that you declare the user "lee" with his password for the mySQL version you are using user lee has all privileges set. I have no trouble logging into mysql from the wamp interface mysql console. so I take it using command prompt to log in will not work. OK. Any idea why the PHP doesn't work then to log in? I did notice a 'smiley face in the code I posted
Forum: WampServer English
4 years ago
st7james
Here's the code which will not connect: <? php $db_host='localhost'; $db_username='lee'; $db_password='*******'; mysql_connect($db_host, $db_username, $db_password) or die("<p>Error connecting to database: " . mysql_error() . "</p>" echo "<p>Connected to MySQL!</p>"; ?> password is blanked out of course
Forum: WampServer English
4 years ago
st7james
[02-May-2019 17:00:26 UTC] PHP Fatal error: Unsupported operand types in C:\wamp64\scripts\refreshMySQL.php on line 213 this error is showing up in the php error log. {213} $mysqlini += array('prompt' => 'default');
Forum: WampServer English
4 years ago
st7james
I've disabled all 'sql' and 'mysql' service except wamp. wampmysqld is started fine. the icon is green. I just can't type mysql at the command prompt. I had it in the path but removed it as instructed to do so by wamp. It is saying the command is not recognized. I can't connect to the server with PHP. And I'm wondering if it is related to this odd command prompt problem. I should be able to type
Forum: WampServer English
4 years ago
st7james
I'm getting Access denied for user 'ODBC'@'localhost' (using password: YES). The icon is green. I can log into everything fine. I can't connect to the server using PHP yet, but think possibly it's related to this. ???? when I open up services the only MySQL running is MySQL80. I've tried running mysqld, but this persistent error reports. My PHP is using localhost username password to connect bu
Forum: WampServer English
6 years ago
st7james
I am using a standard WAMP64 install which is fully functional. I am trying to locate the phpmyadmin directory on the hard drive. When I open phpmyadmin the url indicates localhost/phpmyadmin/. The httpd.conf file found in wamp64/bin/apache/apache2.4.23/conf indicates the Document Root is "${INSTALL_DIR}/www", found on line 265. I need to copy files into this directory. But I can't find
Forum: WampServer English
6 years ago
st7james
MySQL still won't start. I have add-on 5.6.33 installed per other forum discussion. Do I need to downgrade to 5.6.30? Also, the redist I was referring to in the initial question was listed in the WAMP install dialogue as a precaution to make sure it was installed. The link provided there was 'micrososft.com/en-us/download/deatails.aspx?id=40784'. That will not install in Vista SP2. At least I ha
Forum: WampServer English
6 years ago
st7james
The vc_redist 40784 is not compatiable with Vista SP1. Any suggestions? Locating the correct redist has served to be a head pounding event. To make a long story short, I am not getting a green icon yet. I'm sure this is going to be yet another maddening experience. There is so much to be said for being thorough. I will return today sometime, and hopefully someone can help. Thanks...
Forum: WampServer English
Current Page: 1 of 1