Jump to content

[SOLVED] Run SQL


The Little Guy

Recommended Posts

when I type in ps aux|grep mysqld, nothing happens, except a new blank line appears waiting for input.

 

I can run phpmyadmin, and my website connects to the database fine too.

 

character sets dir  /data/mysql/esary/share/mysql/charsets/

basedir                /data/mysql/esary/

datadir                /dh/mysql/esary/data/

socket                /tmp/mysql.esary.sock

tmpdir                /tmp/

Link to comment
Share on other sites

when I type in ps aux|grep mysqld, nothing happens, except a new blank line appears waiting for input.

 

From the shell prompt or the MySQL prompt?  I meant run it in bash.  But not matter....

 

I can run phpmyadmin, and my website connects to the database fine too.

 

character sets dir  /data/mysql/esary/share/mysql/charsets/

basedir                /data/mysql/esary/

datadir                /dh/mysql/esary/data/

socket                /tmp/mysql.esary.sock

tmpdir                /tmp/

 

Try adding the --socket=/tmp/mysql.esary.sock to the mysql command.

Link to comment
Share on other sites

Nope... That didn't work either

 

/usr/bin/mysql publicsize --socket=/tmp/mysql.esary.sock --user=limited --password='rmn!!2233' < /home/ryannaddy/cron/logOut.sql

 

/usr/bin/mysql  --socket=/tmp/mysql.esary.sock publicsize --user=limited --password='rmn!!2233' < /home/ryannaddy/cron/logOut.sql

Link to comment
Share on other sites

You're going to have to find a way to connect to the MySQL server.  If it's not running on your host (run "ps aux|grep mysqld" to verify), then you can't use a socket.  I'm not sure how your ISP has things set up, so normal things might not work.  How do you connect to MySQL in your PHP programs?  You might try using the --host= option to connect if it's on a different host than localhost.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.