Current Page: 1 of 1
Results 1 - 4 of 4
11 years ago
mesinhosting
if you installed wamp on different computer that you used, there is much think you must do to setting wamp as a server, example: you need to open ftp protocol so the apache can listen the ftp protocol, setting up the ip address so the apache can listen to the ip of the server. fopen syntax can only have read permission if you executed it from outside of the server.
Forum: WampServer English
11 years ago
mesinhosting
hello, there so many thing you can do to check your mysql up or not. you can that with a command line or with php script such as this script <?php $koneksi = mysql_connect('localhost','root',''); $checkmysqlserver = mysql_query('show processlist'); $b = 0; $c = mysql_num_fields($checkmysqlserver); do { $data = mysql_fetch_row($checkmysqlserver); print ( $data[0] . $data[
Forum: WampServer English
11 years ago
mesinhosting
i'am getting the same issue with this, but after i installed wamp 32bit on 64bit architecture, and activated the curl library from the php.ini file located on the apache bin directory, my problems solved. curl_init() can be executed now.
Forum: WampServer English
11 years ago
mesinhosting
try this: startmenu -> run -> cmd and type: cd C:\wamp\bin\mysql\mysql5.5.24\bin login to mysql with root username type: mysql -uroot -p or mysql -uroot if you haven't set the password for the root user then you must create the user with the root permission before you can use the username. type this in the command line windows create user 'username'@'localhost'
Forum: WampServer English
Current Page: 1 of 1