Search found 192 matches

by mister_v
Fri Sep 07, 2018 7:26 am
Forum: MySQL
Topic: SOLVED: mysql table is marked as crashed and should be repaired
Replies: 4
Views: 36484

Re: SOLVED: mysql table is marked as crashed and should be repaired

Thanks, changing the tmpdir worked.
by mister_v
Thu Sep 06, 2018 6:31 pm
Forum: MySQL
Topic: SOLVED: mysql table is marked as crashed and should be repaired
Replies: 4
Views: 36484

Re: mysql table is marked as crashed and should be repaired

Thanks that worked.

But now I have another problem.
The repair process crashed.
Probably because of diskspace.

But I have enough free, just /tmp is full.
I assume it uses /tmp, how can I change this?
by mister_v
Tue Aug 28, 2018 3:58 pm
Forum: MySQL
Topic: SOLVED: mysql table is marked as crashed and should be repaired
Replies: 4
Views: 36484

SOLVED: mysql table is marked as crashed and should be repaired

Hi,

I have the error message:
table is marked as crashed and should be repaired

So how do I do that ?
by mister_v
Tue Aug 14, 2018 8:09 pm
Forum: Postfix
Topic: postfix forward mail to multiple recipients
Replies: 2
Views: 44567

postfix forward mail to multiple recipients

Hi,
Is it possible to setup postfix with a "general" email-address
that forwards the mails to multiple email-addresses ?
Like a group-email-address ?
by mister_v
Fri Feb 09, 2018 7:44 pm
Forum: SQL
Topic: SOLVED: update query update from another table
Replies: 2
Views: 21117

SOLVED: update query update from another table

Hi,

Can I run an query,
That update a table with a select from another table?
by mister_v
Mon Feb 05, 2018 12:14 pm
Forum: SQL
Topic: SOLVED : Drop table fails
Replies: 2
Views: 17810

Re: Drop table fails

Thanks, forgot that one.
by mister_v
Sat Feb 03, 2018 9:12 pm
Forum: HTML
Topic: HTML CSS show li items in multiple columns
Replies: 1
Views: 19120

HTML CSS show li items in multiple columns

Hi,

how can I put a list of LI - items in to columns.
Sort like a table, but with adapting the HTML part.

Code: Select all

<ul>
 <li>First</li>
 <li>second</li>
 <li>third</li>
 <li>fourth</li>
</ul>
by mister_v
Tue Jan 30, 2018 7:51 pm
Forum: SQL
Topic: SOLVED : Drop table fails
Replies: 2
Views: 17810

SOLVED : Drop table fails

Hello, I can't drop a table, It complains about a foreign key: DROP TABLE color; ERROR 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails But the are no constraints on the table: SHOW CREATE TABLE color -> ; +-------------+---------------------------------------------...
by mister_v
Fri Jan 05, 2018 12:57 pm
Forum: Shell
Topic: SOLVED : Bash remove trailing digits
Replies: 2
Views: 17732

SOLVED : Bash remove trailing digits

Hi,

How can I remove trialing digits from a string ?

this 5
test 556
test5

thank you.
by mister_v
Wed Dec 06, 2017 10:07 pm
Forum: Servers
Topic: bind forward one hostname to another host
Replies: 1
Views: 23805

bind forward one hostname to another host

Hi,

Do you know how to bind forward one hostname to another host?

I tried :

Code: Select all

foo.example.com.    IN   A   192.168.1.1
bar.example.com.    IN   A   foo.example.com.