Jump to content

mathman540

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by mathman540

  1. Hey kicken, Thanks for the help. This works grant all on wordpress,* to 'username@'localhost'. Although when I installed mysql I added a user for the web and I think that it got all privileges,
  2. I tried the code you put above and find that when I put in the database name it is not working for me. The database name I used has been created in mysql. Also I don't know what db_name.routine_name is about. Am I suppose to put the splats in with the rest of the code? I have created a database called wordpress. I just can't create a single user to use with my word press. Your help is a bit confusing.
  3. I would like to grant all privileges to the complete database. Is that possible?
  4. This is a screenshot.
  5. I have been able to create a user in mysql. I am not able to grant the user all privileges. Any ideas how I can do this?
  6. I finally got mysqli to show up in phpinfo. Thanks for the help.
  7. I edit the correct file. I changed he php.ini.development file to php.ini. The I went to the extension section and uncommented the mysqli file by removing the semi colon. I need mysqli to work as I need mysqli to work to run Wordp press. And yes I restarted the apache. Any changes to php I restart apache. The file php_mysqli.dll does exist.
  8. I know that Apache is working. What I need is to get mysqli to work. Without mysqli I cannot do a Wordpress configuration. So how do I get mysqli to work? I have edited php.ini mysqli is uncommented, it just doesn't show up in phpinfo. There are 2 entries in the php.ini. I uncommented the mysqli entry in the extension list.
  9. OK I got PHPinfo to run but I don't have mysqli running. How do I get mysqli to be included in phpinfo to contain mysqli?
  10. Hi, I reinstalled win 11 to get rid of some stuff that was not able to be deleted. I have set up Apache 2.4 and PHP8.3. Apache is working by using localhost. "It Works" shows up in my browser. However, when I go into services I cannot start apache, it show automatic. This happened after I installed PHP8. Before I did the php stuff I could start Apache24 without any problems. I created a file with this: <?php phpinfo(); ?> This command is not working. I have entered into http.conf the index.php and I also added PHPIniDir "C:\php8" plus LoadModule php_module "C:\php8\php8apache2_4.dll" and then AddHandler application/x-httpd-php .php I also added the location of these files in my system environment variables. I didn't start having a problem until I did the php stuff.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.